|
When developing a new set of modules (ui-xxx, mod-xxx, mod-xxx-storage) there can be a need to do special temporary configuration to add back-end modules, until the front-end module is ready.
When the new ui-xxx module is ready to be added to snapshot/testing, then it is added to the relevant "platform". This enables the backend to be automatically included via dependencies. So some of the configuration for its backend modules then becomes unnecessary.
Over time there are remnants of this back-end configuration that can be removed. So do regular tidy.
|