-
Notifications
You must be signed in to change notification settings - Fork 0
Hosted solution
coreframework edited this page Sep 14, 2011
·
1 revision
As a part of the first iteration a hosting solution (solution means Visual Studio Solution) will be designed and created that will be used as a code base for:
- Framework
- Modules
Modules could be developed as a part of this solution but the main idea is that Framework does not depend on them anyhow. Using MEF modules will be loaded into the web application providing their functionality.
So the solution should include:
- Framework
- Module (or could be transformed to be part of the framework) for Accounts and permissions.
- Administration Area. Module will register themselves and will appear in the admin area as a new managements. Besides there should be a section that will provide management actions for individual module.
- UI Engine. Front-end part is based on a widget approach, where each page is a set of widgets configured to be displayed in a certain positions. The engine will allow adding widgets on the page, widget positioning using drag and drop.