-
Notifications
You must be signed in to change notification settings - Fork 3
Description
As a
Developer
I want to
make sure that the same module federation configuration (from javascript-components) is supplied in every Jahia 8 module.
In order to
have consistency and predictability when loading modules and their dependencies.
So far most configuration has been copied all over from one module and it is relatively consistent, however making changes, for example as changes described in #311 , is complex because multiple repositories need to be affected.
The original intention behind putting federation configuration in javascript-components was to have it used by all Jahia 8 modules and we need to complete the last step to have it fully implemented.
Note that config updates may require dependency updates as well, so we need to make sure that each repository is up to date with configuration it receives.
Non-functional requirements
- Security
- Identity management
- Authentication
- Authorization
- Session management
- Data validation
- Error handling
- Performances
- Migration
- Documentation