-
Notifications
You must be signed in to change notification settings - Fork 0
4. Domains and Backends
harisux edited this page Feb 11, 2023
·
1 revision
A 'problem domain' would be a groping term for common problems / features solved by each backend solution and presented by the frontend solution.
Each domain will have a 'equal playing field' like the same API set / contract and database solution for instance.
These are the solutions in the backend that would implement or address a problem domain.
Backend solutions would be grouped as subsets for each problem domain, since we can consider technologies or libraries that target a particular aspect of the problem domain (i.e solution is problem dependent).
Therefore, each backend solution would be presented in section 5, as subsections of each problem domain.