aboutsummaryrefslogtreecommitdiff
path: root/uploader/templates/populations
AgeCommit message (Collapse)Author
5 daysUI: Remove extraneous text in "View*" pages.Frederick Muriuki Muriithi
5 daysImprove breadcrumbsFrederick Muriuki Muriithi
Update the breadcrumb links such that each will lead back the parent section rather than to generic section pages. This is updated for the relevant parts of the UI.
2024-10-14Improve layout and styling of sidebar contentFrederick Muriuki Muriithi
2024-10-10Limit the length of the population descriptionFrederick Muriuki Muriithi
2024-09-23Move R/qtl2 upload code under the populations package.Frederick Muriuki Muriithi
2024-09-17UI Improvements: Move genotypes below populations.Frederick Muriuki Muriithi
2024-09-17UI Improvements: Provide better copy for the page.Frederick Muriuki Muriithi
2024-09-17UI Improvements: Enumerate data in tables.Frederick Muriuki Muriithi
2024-09-16Fix minor bugs and linting and typing errors.Frederick Muriuki Muriithi
2024-09-13Leave notes on things that need to be handled in code and 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-09Display species details in populations views.Frederick Muriuki Muriithi
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-03Improve UI copy.Frederick Muriuki Muriithi
2024-09-03Display any error messages.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