Task #3671
Feature #3669: Modularize the appengine application
Seperate into service and dao for datastore helper
Status:
New
Priority:
Normal
Assignee:
-
Start date:
07/19/2024
Due date:
% Done:
0%
Estimated time:
Description
Create a folder services inside that there will be openai_service, qna_service
Create a folder dao inside that there will be multiple dao for different kind
Seperate out the code of datastore_helper and keep the logic inside service and do the crud operation through dao
(Note- Currently there are a lot of code inside the controller, make sure there is minimal code in the controller and all the logic inside service)