about summary refs log tree commit diff
path: root/uploader/species/views.py
AgeCommit message (Collapse)Author
2025-12-29Species: Move feature to new UI templates.Frederick Muriuki Muriithi
2025-12-16Move logic for loading streamlined-UI templates to reusable functionFrederick 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-08Implement streamlined UI for species.Frederick Muriuki Muriithi
2025-02-25Import escape from markupsafe directly.Frederick Muriuki Muriithi
2025-02-18Escape user input used in flashed messages.Frederick Muriuki Muriithi
2025-02-18Improve flash messaging.Frederick Muriuki Muriithi
2025-02-18Continue on to next step with newly created species.Frederick Muriuki Muriithi
2025-02-17Allow a subspecies to be provided as part of the scientific name.Frederick Muriuki Muriithi
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-09-23Initialise "Platforms" section.Frederick Muriuki Muriithi
2024-09-18Put endpoint behind auth.Frederick Muriuki Muriithi
2024-09-17UI Improvements: Enumerate data in tables.Frederick Muriuki Muriithi
2024-09-12Save the updated species details.Frederick Muriuki Muriithi
2024-09-10Require that user selects the family.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-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-03Extract common UI pattern to separate module for reusability.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-09-03Save a species to the database.Frederick Muriuki Muriithi
2024-09-03Put active pages behind auth. Flash all error messages.Frederick Muriuki Muriithi
2024-08-30Initialise package for dealing with Species.Frederick Muriuki Muriithi