Actions
Task #131
closedCreate modules for FE (Core, Client)
Start date:
09/05/2016
Due date:
% Done:
100%
Estimated time:
32.00 h
Owner:
Description
Create basic modules for FE
- Separate core functionality to own core npm module.
- Seaparet client envelope to own client npm module.
- Dependency on modules.
- Main less.
- Every module will be have own:
- Modul descriptor
- Routes
- Components descriptor
- Css
- Easy way for development with more modules.
- Test and documentation
Updated by Vít Švanda about 8 years ago
- % Done changed from 0 to 80
I created new example module (czechidm-example).
- This is basic sceleton for easy way how create new module.
- Example module contains only descriptor for add two menu items and localisation.
- Example module is used in install manual for show how add optional module.
Updated by Vít Švanda about 8 years ago
I did name refactoring of client module to app module.
- Install manual is changed too.
Updated by Vít Švanda about 8 years ago
- Status changed from In Progress to Needs feedback
- Assignee changed from Vít Švanda to Radek Tomiška
- % Done changed from 80 to 90
- I improved gulp file (tasks are more synchronouse) and install notes.
- Documentation is available here https://proj.bcvsolutions.eu/ngidm/doku.php?id=navrh:modularita
- Radek please do me feedback.
Updated by Radek Tomiška about 8 years ago
- Status changed from Needs feedback to Closed
- Assignee changed from Radek Tomiška to Vít Švanda
- % Done changed from 90 to 100
It work and code looks nice.
Actions