I have application with following requirements.
1. web front-end and mobile application : login with username/password, login with Facebook, login with Google, registration.
2. web admin panel - user management.
What will be layer wise arrangement of the modules. Please suggest.
Hi,
Following the guidelines on how to use the 4 layer architecture canvas here.
More information:
From OutSystems Forge and focused on Traditional Web, I leave you a component that has an example, which you can also analyze and learn:
However, I would also like to leave a small example, without a big foundation, just something indicative. I suggest that you see the documentation I left you.
Library (integration with external systems, business-agnostic functionality) :
Core Business (business-specific reusable functionality):
End User (UI and business processes for your individual applications)
Orchestration (UI and business processes that mashup multiple applications)
All these are abstract example, because need to do a detailed analysis and it would take longer than a short forum post to properly define a good architecture.
Cheers;Nuno Verdasca