Architecture Model 2 - CBTYoung/Documentation GitHub Wiki
Presentaion:
Client View (include UI for Patient and Therapist).
Service:
Each Client request will go through service who will navigate each role of user to their relevant businness object.
Businness:
All the application logic will run here and will work as planned here also we will seperate the data requests Guest will save data locally while Patient and Therapist data will be saved on the cloud.
Data:
Guest will save locally using Async Storage and Patient and Therapist data will be saved Through Express Server and Saved on SupaBase.