I am building a time sheet management application in reactive.
In that i have made 3 different reactive modules (for admin, employee and taskmaster) and 1 blank module a core.
now i want common menu and common login window for all the reactive modules, to remove circular dependency of screens.
suggest the best and easy way to do that.
Hello Mohd,
Create a Theme module which will contain login screen, common menu and also CSS that you need to apply for all screens into your application.
You can review below link :
https://success.outsystems.com/Documentation/11/Developing_an_Application/Design_UI/Look_and_Feel/Themes
Hi,
Along with the 3 modules in end user and 1 module in core layer, you can create a library module in foundation layer where you can place the common login screen, themes, roles and take the dependency in end user module.
Regards,
Shree