aboutsummaryrefslogtreecommitdiff
path: root/uploader/population/views.py
AgeCommit message (Collapse)Author
3 daysFix entry/selection of population families.HEADmainFrederick Muriuki Muriithi
Populations can be grouped into families for presentation in the menus. They can also be left ungrouped. These "families" are general categories of data, whose only effect is to present the selection of the populations from the menus in a more organised form. The families can also differ from species to species, though there are some very general categories that span multiple (all?) species. This commit takes all the above into consideration, relaxing the entry constraints and making entry of the families a lot more flexible.
2025-02-25Import escape from markupsafe directly.Frederick Muriuki Muriithi
2025-02-18Extract common pattern into generic function.Frederick Muriuki Muriithi
2025-02-18Use new searchable list tables with off-ramps for data creation.Frederick Muriuki Muriithi
2025-02-18Enable creating new populations on the "Phenotype Data" path.Frederick Muriuki Muriithi
Enable creating new populations in the case where the population a user wants to use does not exist in the database.
2024-11-22Use gn-libs code for db connection.Frederick Muriuki Muriithi
Use the code in gn-libs to connect to the database, rather than a local module.
2024-10-07linting: Fix minor linting issues.Frederick Muriuki Muriithi
2024-10-07Extract reusable input validation code.Frederick Muriuki Muriithi
2024-09-27Extract common functionality into reusable function.Frederick Muriuki Muriithi
2024-09-26Initialise the phenotypes section.Frederick Muriuki Muriithi
2024-09-23Initialise the "Expression Data" section.Frederick Muriuki Muriithi
2024-09-17UI Improvements: Enumerate data in tables.Frederick Muriuki Muriithi
2024-09-16Use new endpoint to create resource and assign appropriate roles.Frederick Muriuki Muriithi
2024-09-13Populations: Hook population creation to auth system.Frederick Muriuki Muriithi
2024-09-13Leave notes on things that need to be handled in code and UIFrederick Muriuki Muriithi
2024-09-13Initialise genotypes' UIFrederick Muriuki Muriithi
2024-09-09Initialise samples uploadsFrederick Muriuki Muriithi
* Move existing code to new module * Rework the UI: create new templates * Rework the routes: Select species and populations before attempting an upload.
2024-09-06Add more fields when creating a populationFrederick Muriuki Muriithi
Add more of the missing fields when creating a population, to ensure that the created population works as expected.
2024-09-05Improve error messaging for "Create Population" feature.Frederick Muriuki Muriithi
2024-09-04Create populations (InbredSet groups) under Species.Frederick Muriuki Muriithi
2024-09-03View a specific population's details.Frederick Muriuki Muriithi
2024-09-03Put populations under species: improve hierarchy.Frederick Muriuki Muriithi
Populations cannot exist without the species they are related to. This commit updates the URI hierarchy to reflect that expectation.
2024-09-03Initialise the populations package and update references.Frederick Muriuki Muriithi