Skip to content
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 action to validate data #13

Open
Tracked by #14
saxix opened this issue Jul 10, 2024 · 0 comments
Open
Tracked by #14

add action to validate data #13

saxix opened this issue Jul 10, 2024 · 0 comments

Comments

@saxix
Copy link
Member

saxix commented Jul 10, 2024

HH and IND models should have a Django admin action available to validate the data using the corresponding Datachecker

Use case:

  • User filter data set target Program (mandatory) and any other optional field
  • The user selects the "validate" action, and the task is queued for celery
  • Successfully validated records will have the "valid" field set to True, whereas invalid will have validation results in the "errors" field

** NOTES and derived requirements**:

 - "valid" records should be considered "read-only". Any changes to those records produce this flag to be unset.
@saxix saxix mentioned this issue Jul 10, 2024
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant