| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 68 min. | Fix return type declaration for the function. HEAD main | Frederick 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 hours | Extract common UI elements to a macro. | Frederick Muriuki Muriithi | |
| 2 hours | Bugfix: Fix flash, and redirect to "Job Summary" page. | Frederick Muriuki Muriithi | |
| 2 hours | Handle the case where the job was manually stopped. | Frederick Muriuki Muriithi | |
| 2 hours | Redirect 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 hours | Bugfix: Provide job_id as a keyword argument. | Frederick Muriuki Muriithi | |
| 2 hours | Delete a job. | Frederick Muriuki Muriithi | |
| Activate the UI element allowing the user to delete a chosen job. | |||
| 4 hours | Remove delete buttons from this UI. | Frederick Muriuki Muriithi | |
| 4 hours | Add inactive "action buttons" to UI. | Frederick Muriuki Muriithi | |
| Add action buttons as signifiers for possible actions. Currently the buttons are inactive. | |||
| 4 hours | Rework summary table | Frederick Muriuki Muriithi | |
| Move table headers to beginning of row to acquire more space for rendering information. | |||
| 4 hours | Use extended `render_template` function. | Frederick Muriuki Muriithi | |
| 5 hours | Bug: Move, and fix fetching of logged in user's ID. | Frederick Muriuki Muriithi | |
| 7 hours | List expiration dates. | Frederick Muriuki Muriithi | |
| 7 hours | Generalize datetime formatting function for templates. | Frederick Muriuki Muriithi | |
| 7 hours | View a job's details/summary. | Frederick Muriuki Muriithi | |
| 7 hours | Commit template for listing background jobs. | Frederick Muriuki Muriithi | |
| 25 hours | Provide basic UI to list out user's background jobs. | Frederick Muriuki Muriithi | |
| 25 hours | Link background jobs to user. | Frederick Muriuki Muriithi | |
| 25 hours | Extend flask's `render_template` function. | Frederick Muriuki Muriithi | |
| 28 hours | Separate elements for logged in and out states cleanly. | Frederick Muriuki Muriithi | |
| 28 hours | Move global navigations more to the left. | Frederick Muriuki Muriithi | |
| 3 days | Improve styling for breadcrumbs. | Frederick Muriuki Muriithi | |
| 3 days | Fix styling for site-wide banner. | Frederick Muriuki Muriithi | |
| 10 days | pytest: Document how to run tests in parallel. | Frederick Muriuki Muriithi | |
| 10 days | Remove "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 days | Background Jobs: Move feature to new UI templates. | Frederick Muriuki Muriithi | |
| 10 days | Genotypes: Move feature to new UI templates. | Frederick Muriuki Muriithi | |
| 10 days | Phenotypes: Move feature to new UI templates. | Frederick Muriuki Muriithi | |
| 10 days | Samples: Move feature to new UI templates. | Frederick Muriuki Muriithi | |
| 10 days | Fix URL. | Frederick Muriuki Muriithi | |
| 10 days | Populations: Move feature to new UI templates. | Frederick Muriuki Muriithi | |
| 10 days | Sequencing Platforms: Move feature to new UI templates. | Frederick Muriuki Muriithi | |
| 10 days | Species: Move feature to new UI templates. | Frederick Muriuki Muriithi | |
| 10 days | Publications: Move feature to new UI templates. | Frederick Muriuki Muriithi | |
| 10 days | Move index/home page to new UI templates. | Frederick Muriuki Muriithi | |
| 10 days | UI: 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-19 | Delete unused function. | Frederick Muriuki Muriithi | |
| 2025-12-19 | Add hidden development-only helper scripts. | Frederick Muriuki Muriithi | |
| 2025-12-19 | Fix issues caught by type-checker. | Frederick Muriuki Muriithi | |
| 2025-12-18 | Provide new streamlined UI for publications. | Frederick Muriuki Muriithi | |
| 2025-12-17 | Move phenotypes dataset UI to its own template. | Frederick Muriuki Muriithi | |
| 2025-12-17 | Update UI for platforms to the new streamlined UI form. | Frederick Muriuki Muriithi | |
| 2025-12-17 | Update samples UI to new streamlined UI format. | Frederick Muriuki Muriithi | |
| 2025-12-17 | Avoid colons in HTML attribute values | Frederick 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-17 | Fix linting problems. | Frederick Muriuki Muriithi | |
| 2025-12-17 | Index 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. | |||
