about summary refs log tree commit diff
path: root/uploader/templates
AgeCommit message (Collapse)Author
26 hoursFix styling for site-wide banner.Frederick Muriuki Muriithi
8 daysBackground Jobs: Move feature to new UI templates.Frederick Muriuki Muriithi
8 daysGenotypes: Move feature to new UI templates.Frederick Muriuki Muriithi
8 daysPhenotypes: Move feature to new UI templates.Frederick Muriuki Muriithi
8 daysSamples: Move feature to new UI templates.Frederick Muriuki Muriithi
8 daysFix URL.Frederick Muriuki Muriithi
8 daysPopulations: Move feature to new UI templates.Frederick Muriuki Muriithi
8 daysSequencing Platforms: Move feature to new UI templates.Frederick Muriuki Muriithi
8 daysSpecies: Move feature to new UI templates.Frederick Muriuki Muriithi
8 daysPublications: Move feature to new UI templates.Frederick Muriuki Muriithi
8 daysMove index/home page to new UI templates.Frederick Muriuki Muriithi
2025-12-18Provide new streamlined UI for publications.Frederick Muriuki Muriithi
2025-12-17Move phenotypes dataset UI to its own template.Frederick Muriuki Muriithi
2025-12-17Update UI for platforms to the new streamlined UI form.Frederick Muriuki Muriithi
2025-12-17Update samples UI to new streamlined UI format.Frederick Muriuki Muriithi
2025-12-17Avoid colons in HTML attribute valuesFrederick Muriuki Muriithi
Colons are used as part of the CSS selectors, so having them in the attribute values leads to problems selecting and styling the elements.
2025-12-17Index page/Home page: Remove unnecessary check.Frederick Muriuki Muriithi
Since `sui_template(...)` function loads the appropriate template depending on flags, there is no point in checking it again here.
2025-12-16Streamlined UI for samples.Frederick Muriuki Muriithi
2025-12-16Improve UI text.Frederick Muriuki Muriithi
2025-12-16Add "Streamlined UI" templates for phenotype upload sub-features.Frederick Muriuki Muriithi
2025-12-16Implement streamlined UI for phenotypes upload page.Frederick Muriuki Muriithi
2025-12-16Go straight to phenotypes data upload form.Frederick Muriuki Muriithi
2025-12-16Fix bug: explicitly specify get parameters.Frederick Muriuki Muriithi
2025-12-16Improve UI: Remove UI elements and cleanup text.Frederick Muriuki Muriithi
2025-12-16Provide UI for actions on existing phenotypes.Frederick Muriuki Muriithi
2025-12-10Minor UI fixes for "Population" pageFrederick Muriuki Muriithi
* Fix tabulation * Reduce amount of text * Leave comments for future improvements.
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-10Change element's ID.Frederick Muriuki Muriithi
2025-12-10Improve UI text.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-10Move common CSS to separate file.Frederick Muriuki Muriithi
2025-12-10Implement streamlined UI for populations.Frederick Muriuki Muriithi
2025-12-08Implement streamlined UI for species.Frederick Muriuki Muriithi
2025-12-08Improve the streamlined UI for the index page.Frederick Muriuki Muriithi
2025-12-03Add UI element to run QTLReaper script.Frederick Muriuki Muriithi
2025-11-05Provide default success handler for background jobs.Frederick Muriuki Muriithi
2025-11-05Enable (re)compute of phenotype means by users.Frederick Muriuki Muriithi
2025-11-03Rework templates and styling.Frederick Muriuki Muriithi
Begin work on new page layout and styling to improve navigation through the system.
2025-11-03Replace population descriptions with links to info.genenetwork.orgFrederick Muriuki Muriithi
We no longer use the Description field in the database directly. Instead, the details on populations are in info.genenetwork.org and therefore, it makes more sense to link to specific pages there than attempt reproducing the features here.
2025-11-03Improve UI to enable editing publication details.Frederick Muriuki Muriithi
2025-10-13Publications: Add missing templates.Frederick Muriuki Muriithi
2025-10-13Improve message flashing.Frederick Muriuki Muriithi
2025-10-13Publications: Enable deletion of unlinked publications.Frederick Muriuki Muriithi
2025-10-13Publications: Enable editing publication details.Frederick Muriuki Muriithi
2025-08-20Add check for Nonetype.Frederick Muriuki Muriithi
2025-07-14Mark feature as not-implemented.Frederick Muriuki Muriithi
2025-07-14Fix tooltip text.Frederick Muriuki Muriithi
2025-07-14Allow adding new samples even where there are existing ones.Frederick Muriuki Muriithi
2025-07-08Fix entry/selection of population families.Frederick Muriuki Muriithi
Populations can be grouped into families for presentation in the menus. They can also be left ungrouped. These "families" are general categories of data, whose only effect is to present the selection of the populations from the menus in a more organised form. The families can also differ from species to species, though there are some very general categories that span multiple (all?) species. This commit takes all the above into consideration, relaxing the entry constraints and making entry of the families a lot more flexible.