-
-
Notifications
You must be signed in to change notification settings - Fork 221
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
Add support for core platform primatives to enable better data management #9779
Comments
Thanks @jkuester. The comment was a little throwaway and was mainly arising out of my view that data quality guards should, where possible, be a platform feature rather than something implemented through form field logic. But it looks like we've reached a different conclusion in the thread to the one I've proposed here (#9609 (comment)), but the one example I can offer is the one in the linked comment, which is that for users that don't have a delete right (which we needed and which it seems like others might need/want), it seems valuable to have the option of "Mark for deletion" on the UI. This allows CHWs or other app users to signal something about the data. Another example may be something like "Suspected duplicate", which would indicate that an investigation/follow up is required. These could either be dealt with by a backend data team or go to a supervisor for action. Providing ways for users on the ground to signal information about data quality to users in a position to make decisions about that data, or to the data teams, would help considerably with the overall burden of maintaining data quality. @ChinHairSaintClair You may have more insight than I do into what data management tools would really benefit us. |
Got it. Perfect! This is just the kind of thing I was hoping we could dig into here! As I noted in the other thread, I am interested in getting your thoughts regarding using the muting functionality in this case. The big thing to me that seems missing from the existing muting functionality is that there is no clean way to specify a One of the reasons I am approaching this "Mark for deletion" workflow from the muting perspective is because I think it helps to illustrate the level of complexity involved here. If a CHW marks a contact as deleted should the UI/UX for that contact change for the user (like what happens when muting a contact)? Does this need to work offline? Also, when marking a contact to be deleted, there is a huge question about what should happen to that contact's reports and child contacts. Things get even more interesting if we are marking a contact for deletion because it is a duplicate of a different contact. In that case, should we move all the reports to the other contact? What about the child contacts? Recently functionality was added to cht-conf to support properly merging contacts and deleting contacts. But, those require manual intervention from a sys-admin to run..... |
Is your feature request related to a problem? Please describe.
Spinning this out of this PR conversation. @fardarter has shared this in the context of trying to deal with duplicate contact data:
I think it can be really hard to correctly imagine the proper format for fundamental data structures unless you have a clear picture of the problems you are trying to solve. @fardarter could you maybe expand a bit on the data problems you are having?
The text was updated successfully, but these errors were encountered: