opensrp / opensrp-client-brac-mhealth

Other
0 stars 0 forks source link

Generic solution for query on json form #78

Open mahmud6390 opened 3 years ago

mahmud6390 commented 3 years ago

Right now if user need to show how many user using pill for family planning we are storing this value after submit the visit and at visit event the formsubmission field is like "pill_user" then store this value with column at indicator table.

If we are using visitdetailsrepository table then the data size will be increasing more. as the ANC form contents 44 rows and the member list 8k.

So need to add a generic solution over checking manually

mahmud6390 commented 3 years ago

If we need to use VisitDetailsRepository we need to refactor the VisitLogIntentService logic.