Advisors
Provides a way to assign Advisors to users.
What this module is used for
- Module path:
src/Modules/CloudSolutions.Advisors - Orchard module name:
CloudSolutions.Advisors - Category:
Advisors - Project website: https://www.winnerware.ai
- Author metadata:
Mike Alhayek
This page is generated from the current repository structure and manifest metadata so it reflects the implementation in the codebase.
How to configure it
- Enable the module or the specific feature from Configuration -> Features in the Orchard Core admin.
- Review the feature dependencies listed below and enable any supporting Orchard Core or CloudSolutions features they require.
- If the module adds settings, recipes, migrations, admin screens, or workflows, configure those pieces after enabling the feature.
- Validate the module in the running site by checking the related admin menu items, content types, permissions, or UI surfaces introduced by the module.
Feature and dependency map
Advisors
- Feature ID:
CloudSolutions.Advisors - Description: Provides a way to assign Advisors to users.
- Category:
Advisors - Dependencies:
OrchardCore.FlowsOrchardCore.Users.CustomUserSettingsCrestApps.UniqueTitle
Restrict Content to Advisors
- Feature ID:
CloudSolutions.Advisors.Contents - Description: Prevent advisors from viewing content that belong to users outside their supervision circle.
- Category:
Advisors - Dependencies:
CloudSolutions.Advisors
Implementation signals in the codebase
- Startup class present:
Yes - Data migrations present:
Yes - Recipes present:
No - Controllers present:
No - Views present:
Yes - Assets present:
No - Workflows present:
No - Settings-related files found: none detected by filename pattern
Configuration checklist
- Enable the module feature in Orchard Core.
- Confirm the dependency
OrchardCore.Flowsis available and enabled where needed. - Confirm the dependency
OrchardCore.Users.CustomUserSettingsis available and enabled where needed. - Confirm the dependency
CrestApps.UniqueTitleis available and enabled where needed. - Confirm the dependency
CloudSolutions.Advisorsis available and enabled where needed. - After enabling, verify any content definitions or indexes created by data migrations.
Related documentation
- For Orchard Core framework concepts, see the official Orchard Core documentation.
- For CrestApps AI building blocks and related AI integrations, see the CrestApps Orchard Core documentation.