aboutsummaryrefslogtreecommitdiff
path: root/gn3/case_attributes.py
AgeCommit message (Expand)Author
2023-10-10Update imports•••Update imports after removing the authentication from GN3 Frederick Muriuki Muriithi
2023-10-10Implement some queuing logic for diffs•••Queue the diffs into files - this might change somewhat once we verify whether case-attribute editing needs an approval step. Frederick Muriuki Muriithi
2023-10-10Check whether there's changes before queuing the diff.Frederick Muriuki Muriithi
2023-10-10Process Edit data. Fix bugs and typos.•••Process the edit data into a CSV form for diff generation. Fix bug in: * processing of original data into a CSV * variable passed to DictWriter * arguments to functions Frederick Muriuki Muriithi
2023-10-10Retrieve InbredSet Group's samples/strains•••Retrieve the samples/strains that relate to a particular InbredSet group. Frederick Muriuki Muriithi
2023-10-10Retrieve InbredSet group details.Frederick Muriuki Muriithi
2023-10-10Clean-up original data, and case-attribute names•••For diff-generation purposes, this commit processes the data into a form that is useful for generation of the CSV files to be used for the diffs. Frederick Muriuki Muriithi
2023-10-10Implement computing of diffsFrederick Muriuki Muriithi
2023-10-10Extract fetching of case-attribute names•••Extract the fetching of case-attribute names into a separate function that can be used elsewhere. Frederick Muriuki Muriithi
2023-10-10Rename function: Make it clearer what function does.Frederick Muriuki Muriithi
2023-10-10Bug: Fix missing cursor object.Frederick Muriuki Muriithi
2023-10-10Add scaffolding for add/delete endpoints.Frederick Muriuki Muriithi
2023-10-10Add scaffolding for case-attribute editing logic.Frederick Muriuki Muriithi
2023-10-10Extract fetching of case-attributes by InbredSetIdFrederick Muriuki Muriithi
2023-10-10Editing: Retrieve case-attribute values for an InbredSet group.Frederick Muriuki Muriithi
2023-10-10Editing: Retrieve case attributes by the related InbredSetFrederick Muriuki Muriithi