about summary refs log tree commit diff
AgeCommit message (Collapse)Author
68 min.Fix return type declaration for the function. HEAD mainFrederick Muriuki Muriithi
69 min.Update imports.Frederick Muriuki Muriithi
112 min.Provide UI to "re-launch" stopped jobs.Frederick Muriuki Muriithi
Provide a UI element for future implementation of the feature that will allow a job that has been stopped to be re-run. In reality, the job will not actuall be re-run, rather, a copy of the job will be made, and the copy run instead.
119 min.Stop a background job manually.Frederick Muriuki Muriithi
119 min.Use newer template for job status updates.Frederick Muriuki Muriithi
2 hoursExtract common UI elements to a macro.Frederick Muriuki Muriithi
2 hoursBugfix: Fix flash, and redirect to "Job Summary" page.Frederick Muriuki Muriithi
2 hoursHandle the case where the job was manually stopped.Frederick Muriuki Muriithi
2 hoursRedirect to "Job Summary" page for default error handler.Frederick Muriuki Muriithi
Redirect to the "Job Summary" page for any job that completed with an error.
2 hoursBugfix: Provide job_id as a keyword argument.Frederick Muriuki Muriithi
2 hoursDelete a job.Frederick Muriuki Muriithi
Activate the UI element allowing the user to delete a chosen job.
4 hoursRemove delete buttons from this UI.Frederick Muriuki Muriithi
4 hoursAdd inactive "action buttons" to UI.Frederick Muriuki Muriithi
Add action buttons as signifiers for possible actions. Currently the buttons are inactive.
4 hoursRework summary tableFrederick Muriuki Muriithi
Move table headers to beginning of row to acquire more space for rendering information.
4 hoursUse extended `render_template` function.Frederick Muriuki Muriithi
5 hoursBug: Move, and fix fetching of logged in user's ID.Frederick Muriuki Muriithi
7 hoursList expiration dates.Frederick Muriuki Muriithi
7 hoursGeneralize datetime formatting function for templates.Frederick Muriuki Muriithi
7 hoursView a job's details/summary.Frederick Muriuki Muriithi
7 hoursCommit template for listing background jobs.Frederick Muriuki Muriithi
25 hoursProvide basic UI to list out user's background jobs.Frederick Muriuki Muriithi
25 hoursLink background jobs to user.Frederick Muriuki Muriithi
25 hoursExtend flask's `render_template` function.Frederick Muriuki Muriithi
28 hoursSeparate elements for logged in and out states cleanly.Frederick Muriuki Muriithi
28 hoursMove global navigations more to the left.Frederick Muriuki Muriithi
3 daysImprove styling for breadcrumbs.Frederick Muriuki Muriithi
3 daysFix styling for site-wide banner.Frederick Muriuki Muriithi
10 dayspytest: Document how to run tests in parallel.Frederick Muriuki Muriithi
10 daysRemove "streamlined UI" feature-flag helper module.Frederick Muriuki Muriithi
We no longer need to maintain the helper module for the "streamlined UI" feature flag.
10 daysBackground Jobs: Move feature to new UI templates.Frederick Muriuki Muriithi
10 daysGenotypes: Move feature to new UI templates.Frederick Muriuki Muriithi
10 daysPhenotypes: Move feature to new UI templates.Frederick Muriuki Muriithi
10 daysSamples: Move feature to new UI templates.Frederick Muriuki Muriithi
10 daysFix URL.Frederick Muriuki Muriithi
10 daysPopulations: Move feature to new UI templates.Frederick Muriuki Muriithi
10 daysSequencing Platforms: Move feature to new UI templates.Frederick Muriuki Muriithi
10 daysSpecies: Move feature to new UI templates.Frederick Muriuki Muriithi
10 daysPublications: Move feature to new UI templates.Frederick Muriuki Muriithi
10 daysMove index/home page to new UI templates.Frederick Muriuki Muriithi
10 daysUI: Reduce contrast of main area and sidebar.Frederick Muriuki Muriithi
Reduce the contrast between the sidebar and main content to prevent the sidebar from drawing attention away from the main content.
2025-12-19Delete unused function.Frederick Muriuki Muriithi
2025-12-19Add hidden development-only helper scripts.Frederick Muriuki Muriithi
2025-12-19Fix issues caught by type-checker.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-17Fix linting problems.Frederick Muriuki Muriithi
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.