[Biobank] Add Lab Technician flag to filter examiner dropdown#284
Open
HenriRabalais wants to merge 4 commits into
Open
[Biobank] Add Lab Technician flag to filter examiner dropdown#284HenriRabalais wants to merge 4 commits into
HenriRabalais wants to merge 4 commits into
Conversation
Adds LabTechnician column to examiner table to allow filtering the "Done By" dropdown in specimen processing to show only lab technicians rather than the full examiner list. Resolves aces/CBIGR#776
Collaborator
Author
|
@ridz1208 okay, I've made the adjustment necessary to persist examiners who are no longer active! let me know if I should also include a patch in this PR to actually add the technicians! |
Collaborator
|
please change abse to 26.0-CBIG-ARCHI |
Collaborator
Author
|
@ridz1208 tested, just waiting on Nicolas' response for a patch to add the labtechnicians |
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.
Description
Adds a
LabTechnicianflag to theexaminertable to allow filtering the "Done By" dropdown in biobank specimen processing to show only lab technicians, rather than the full examiner list which has become unwieldy.Changes:
LabTechniciancolumn toexaminertable (tinyint, default 0)Testing Instructions
LabTechnician = 1for known lab technicians in the examiner tableRelated Issues
Caveat for Existing Projects
After applying this patch, existing projects must manually set the
LabTechnicianflag to 1 for appropriate examiners, otherwise the "Done By" dropdown will be empty.linked to aces/CBGIR#786