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

Move the Investigations and Investigation Groups into JSON #1541

Closed
mathew-alex opened this issue Aug 22, 2023 · 1 comment
Closed

Move the Investigations and Investigation Groups into JSON #1541

mathew-alex opened this issue Aug 22, 2023 · 1 comment
Assignees

Comments

@mathew-alex
Copy link
Contributor

Move the Investigations and Investigation Groups into a proper JSON like python dict structure to allow easy updates and additions.
The current way is loading data from a string format
https://github.com/coronasafe/care/blob/master/care/users/management/commands/populate_investigations.py#L9

The investigation list should contain all items from this sheet.
https://docs.google.com/spreadsheets/d/1hN13p-BDbb1Pkl3a8tcVdWFsFxncju2QPfeOEkKh51E/edit#gid=169054315

Both of the below constraints should be valid.

  1. An investigation can be associated with multiple investigation groups.
  2. Multiple investigations can be under same investigation group.
@sainak sainak self-assigned this Sep 4, 2023
@DraKen0009
Copy link
Contributor

@sainak I would like to work on this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

3 participants