Mobile
Provides core services for mobile app.
What this module is used for
- Module path:
src/Modules/CloudSolutions.Mobile - Orchard module name:
CloudSolutions.Mobile - Category:
Users - 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
Mobile App Login Core Services
- Description: Provides core services for mobile app.
- Category:
Users - Dependencies: none declared in
Manifest.cs
Mobile App Login Interface
- Description: Provides a way for one to login using mobile app by providing the tenant name
- Category:
Users - Dependencies: none declared in
Manifest.cs
Login using mobile app
- Description: Allows users to login to the app using the mobile app.
- Category:
Users - Dependencies: none declared in
Manifest.cs
Implementation signals in the codebase
- Startup class present:
Yes - Data migrations present:
No - Recipes present:
No - Controllers present:
Yes - Views present:
Yes - Assets present:
Yes - Workflows present:
No - Settings-related files found: none detected by filename pattern
Configuration checklist
- Enable the module feature in Orchard Core.
- If you change frontend assets for this module, rebuild assets with the repository frontend pipeline.
Related documentation
- For Orchard Core framework concepts, see the official Orchard Core documentation.