-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
form submission data optimization #8
Comments
@raihan-mpower @dimasciput @koros Every device to server sync includes download of all FormSubmissions that do not exist on the device for that HealthWorker from server. If this is first login or new device it leads to unlimited download with each and every data that may never be needed on mobile-client. *Problem: * There are three different potential problems in this approach *Solution: * all FormSubmissions for forms specified (do we need it) 3- The problem would be solved by using the approach above as HealthWorker would be able to download data of his/her own choice using different filters. HealthWorker would also have a search and claim Client feature where he/she would able to search Clients/Events based on identifiers, some attributes and locations (@raihan-mpower and @dimasciput). @raihan-mpower @dimasciput kindly weigh in on this and let us know which approach would best work, could we maybe have a pre-configured filter that loads only specific data (e.g. data for the ANMs location) or we could have the user be given the option to configure the data to download on log in (still with an option to skip) and configure later, whichever works for her? |
3- HealthWorker has access to his/her beneficiaries only is not potential problem, that data hiding is some projects strict requirement also, so that issue we need to keep in consider while planning for added more flexibilities over it. I think the use case is for some projects don't want to share one providers data to another but for other cases that sharing might require. |
optimize the amount of data being pulled from server in login , right now it pulls all data from server and process the form submission.
The text was updated successfully, but these errors were encountered: