aboutsummaryrefslogtreecommitdiff
path: root/uploader/population/views.py
AgeCommit message (Collapse)Author
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