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

Invalid Entries tag not saved nor reapplied during auto removal and reload #103

Open
nohelix opened this issue May 7, 2024 · 0 comments

Comments

@nohelix
Copy link
Collaborator

nohelix commented May 7, 2024

##Issue
Entries that have the 'invalid' tag (i.e. invalid == "TRUE") do not have this flag saved during entry removal. Also, its not possible to auto-reapply it during automatic loading of deleted entries.

Details / Possible Solutions

Saving invalid flag on entry removal

In clean_archives, the code should be updated to:

key_data = df %>%
    select(all_of(c("date", "rat_ID", "rat_name", "weight", "omit_list", "assignment", "comments", "scientist", "weightProblem", "rxnProblem", "invalid", "UUID")))

Reapplying flag

Related to #94
Will need to update the import_deleted_entries.R to match the main.R or shiny app import argument that needs to be added.

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