about summary refs log tree commit diff
path: root/uploader/base_routes.py
AgeCommit message (Collapse)Author
6 daysFeature 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
8 daysImprove the streamlined UI for the index page.Frederick Muriuki Muriithi
2025-03-12Load from newer version of bootstrap.Frederick Muriuki Muriithi
2025-03-10Provide route to load datatables extensions.Frederick Muriuki Muriithi
2025-01-29Add route to fetch DataTables.Frederick Muriuki Muriithi
2024-09-23UI: Indicate currently active menu.Frederick Muriuki Muriithi
2024-09-18Document the menu on the home page.Frederick Muriuki Muriithi
2024-08-28Fix imports, and minor bugs.Frederick Muriuki Muriithi
2024-08-28Move code handling expression data upload into new module.Frederick Muriuki Muriithi
2024-07-25Rename module: qc_app --> uploaderFrederick Muriuki Muriithi