about summary refs log tree commit diff
path: root/uploader/templates/species
AgeCommit message (Collapse)Author
2025-12-29Fix URL.Frederick Muriuki Muriithi
2025-12-29Species: Move feature to new UI templates.Frederick Muriuki Muriithi
2025-12-10Improve layout: Use more of the horizontal space for medium screens.Frederick Muriuki Muriithi
2025-12-10Replace sections with UI tabs.Frederick Muriuki Muriithi
2025-12-10Feature Flags: Generically deal with HTTP-based feature flags.Frederick Muriuki Muriithi
* Define a default `FEATURE_FLAGS_HTTP` configuration variable that's an empty list to help defining http-based feature flags that can be used to turn on/off features * Build macro to include hidden fields for feature flags where necessary. * Extend flask's `url_for` function to deal with defined feature flags in a mostly transparent way
2025-12-10Implement streamlined UI for populations.Frederick Muriuki Muriithi
2025-12-08Implement streamlined UI for species.Frederick Muriuki Muriithi
2025-02-18Implement improvements suggested by @acenteno.Frederick Muriuki Muriithi
2025-02-18Handle "empty-database" case for species.Frederick Muriuki Muriithi
While not a concern for the current instance of GeneNetwork (which already has a number of species already entered in the database), this commit handles the case where there are no species in the database e.g. in a pristine installation of a new instance.
2025-02-18Continue on to next step with newly created species.Frederick Muriuki Muriithi
2025-02-18Improve UI text to guide users better.Frederick Muriuki Muriithi
2025-02-18Use horizontal-form for "Create Species" form.Frederick Muriuki Muriithi
2025-02-18Select from searchable list and allow new species creation.Frederick Muriuki Muriithi
Select the species to use from a searchable list. In case the species does not exist in the list, allow creation of the list.
2025-02-04Remove non-informative table header.Frederick Muriuki Muriithi
2025-02-03Use horizontal-form for UIFrederick Muriuki Muriithi
Update the macro templates to use the horizontal-form paradigm to fit in with what Rob likes.
2024-12-10Add menu entry for platforms in "View Species" page.Frederick Muriuki Muriithi
2024-12-10Improve 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-09-19UI Improvement: Get rid on "Select Species" legendFrederick Muriuki Muriithi
2024-09-17UI Improvements: Move genotypes below populations.Frederick Muriuki Muriithi
2024-09-17UI Improvements: Remove duplicate "Select Species"Frederick Muriuki Muriithi
2024-09-17UI Improvements: Enumerate data in tables.Frederick Muriuki Muriithi
2024-09-17UI Improvements: SpeciesFrederick Muriuki Muriithi
- Remove redundant information - Rename "Scientific Name" to "Organism Name" - Add helpful tooltip text to elements - Rename "TaxonId" to "Taxonomy ID"
2024-09-12Add "Family" to the UIFrederick Muriuki Muriithi
2024-09-12Save the updated species details.Frederick Muriuki Muriithi
2024-09-10Improve "Edit species" UI.Frederick Muriuki Muriithi
2024-09-10Require that user selects the family.Frederick Muriuki Muriithi
2024-09-09Display species details in populations views.Frederick Muriuki Muriithi
2024-09-05Provide basic UI for editing the Species details.Frederick Muriuki Muriithi
2024-09-04Provide 'edit species' endpointFrederick Muriuki Muriithi
* Verify new authorisation wrapper works as expected.
2024-09-03Improve UI styling.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
2024-09-03Provide generic way to select species.Frederick Muriuki Muriithi
2024-09-03Provide UI for viewing species details.Frederick Muriuki Muriithi
2024-09-03Enable third level of breadcrumbs.Frederick Muriuki Muriithi
2024-08-30Initialise package for dealing with Species.Frederick Muriuki Muriithi