Add admin-only search/filter options on Manage Studies#1861
Open
becky-gilbert wants to merge 10 commits intodevelopfrom
Open
Add admin-only search/filter options on Manage Studies#1861becky-gilbert wants to merge 10 commits intodevelopfrom
becky-gilbert wants to merge 10 commits intodevelopfrom
Conversation
…submission, previously rejected, previously approved, other
…use study log to get the date when study object status_change_date is null (older studies)
… change date on Manage Studies page
…tainability - fixes SonarQube issue
…/permission col sizes
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Fixes #1254, fixes #1862, fixes #1834, fixes #1718
This PR does the following:
Adds superuser-only search/filter options to the Manage Studies page. These will apply on top of the tab filters (all, my studies, submitted etc.) so you need to make sure that you're in the appropriate tab when using these search/filter elements.
Adds a submission history filter for Submitted studies. These options are only displayed in the Submitted tab.
Fixes an issue with the study status change date, where older studies would have an N/A value because this field was added to the database but never back-filled for existing studies. I think this will fix the problem with sorting not working on the status change date (Study Review QOL: last status change sort not working? #1862).
Displays the researcher's email address in the list of researchers with study access on the study details page. This makes it easier to find the researcher(s) associated with a particular study.
Adds tests for the study's submission date, the study's status change date, the Manage Studies view, and researcher permissions on the Manage Studies page.
Study details page, all users:
Manage studies, superuser views:
Manage studies, researcher view: