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

Remove deprecated code - part 2 #1567

Open
mahalakshme opened this issue Mar 28, 2024 · 0 comments
Open

Remove deprecated code - part 2 #1567

mahalakshme opened this issue Mar 28, 2024 · 0 comments
Labels

Comments

@mahalakshme
Copy link

mahalakshme commented Mar 28, 2024

  • Remove account
  • Remove operating_individual_scope from users table
  • Remove from and to in ChecklistItemStatus, also the usages in checklist_item_reference table
  • Remove hideTotalWhenProgramEnabled - since I think with realm upgrade this is not needed anymore.
  • "date of birth verified" field mostly set to false in the database? Should we remove this field?
    select i.date_of_birth_verified, st.type, count(*)
    from individual i
    inner join subject_type st on i.subject_type_id = st.id
    group by i.date_of_birth_verified, st.type;

Analysis:

  • Remove LocationHierarchy - seems to be used by Location concept type
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: In Analysis
Development

No branches or pull requests

1 participant