Age | Commit message (Collapse) | Author | |
---|---|---|---|
11 days | Only allow text/tab-separated-values files to be uploaded. | Frederick Muriuki Muriithi | |
11 days | Make name same a id. | Frederick Muriuki Muriithi | |
2025-03-21 | Bulk Edit: Initialise the bulk-edit upload | Frederick Muriuki Muriithi | |
* Provide UI for uploading the file * Provide (partially implemented) endpoint to handle the uploaded file. | |||
2025-03-21 | Rename endpoint: Distinguish edit download from other downloads. | Frederick Muriuki Muriithi | |
2025-03-21 | Add "Busy" indicator | Frederick Muriuki Muriithi | |
When the user clicks "Bulk Edit (Download Data)" button, it could take a while to actually process and download the data. In that time, the visual indicator that the system is busy is helpful to the user. This commit adds the "busy" indicator. | |||
2025-03-18 | Enable downloading of dataset's phenotype's data. | Frederick Muriuki Muriithi | |
2025-03-17 | Add UI for bulk edit of data. | Frederick Muriuki Muriithi | |
2025-03-17 | Add tooltips for the table buttons. | Frederick Muriuki Muriithi | |
2025-03-17 | Layout table controls for the datatables. | Frederick Muriuki Muriithi | |
2025-03-17 | Remove scroller | Frederick Muriuki Muriithi | |
@acenteno insists on having paging with ability to display everything on a single page. | |||
2025-03-12 | Provide search for table. | Frederick Muriuki Muriithi | |
2025-03-12 | Use Select and Buttons extensions to DataTables for UI elements. | Frederick Muriuki Muriithi | |
Display the "action" buttons using the "Select" and "Buttons" extensions to DataTables. | |||
2025-03-12 | Remove obsolete and incompatible row-selection code. | Frederick Muriuki Muriithi | |
2025-03-11 | Extract common DataTables into a reusable function. | Frederick Muriuki Muriithi | |
2025-03-10 | Enable selecting and deselecting ALL rows. | Frederick Muriuki Muriithi | |
2025-03-10 | Provide UI buttons for various actions on the table. | Frederick Muriuki Muriithi | |
2025-03-10 | Update how the DataTables handlers are set up. | Frederick Muriuki Muriithi | |
2025-02-24 | Fix code formatting for clarity. | Frederick Muriuki Muriithi | |
2025-02-24 | Provide a way to select phenotypes to edit. | Frederick Muriuki Muriithi | |
2025-02-24 | Add borders to table cells. | Frederick Muriuki Muriithi | |
2025-02-18 | Remove unnecessary initialisation code. | Frederick Muriuki Muriithi | |
2025-02-18 | Use new searchable list tables with off-ramps for data creation. | Frederick Muriuki Muriithi | |
2025-02-18 | Improve copy to clarify what the UI is meant for. | Frederick Muriuki Muriithi | |
2025-02-18 | Improve list-phenotypes page. | Frederick Muriuki Muriithi | |
2025-02-18 | Include DataTables' scripts and styling globally. | Frederick Muriuki Muriithi | |
2025-02-18 | Enable creating new populations on the "Phenotype Data" path. | Frederick Muriuki Muriithi | |
Enable creating new populations in the case where the population a user wants to use does not exist in the database. | |||
2025-02-18 | Select from searchable list and allow new species creation. | Frederick Muriuki Muriithi | |
Select the species to use from a searchable list. In case the species does not exist in the list, allow creation of the list. | |||
2025-02-04 | Remove non-informative table header. | Frederick Muriuki Muriithi | |
2025-01-29 | Display list of phenotypes using DataTables. | Frederick Muriuki Muriithi | |
2025-01-28 | Cleanup UI: remove some debugging text. | Frederick Muriuki Muriithi | |
2025-01-28 | Improve the page text: there are more than 2 forms currently. | Frederick Muriuki Muriithi | |
2025-01-28 | Redirect to the job-status page on success. | Frederick Muriuki Muriithi | |
2025-01-27 | Enable editing of a phenotype's numeric values. | Frederick Muriuki Muriithi | |
2025-01-27 | Name fields. Provide action to form. | Frederick Muriuki Muriithi | |
2025-01-27 | Fix indentation. | Frederick Muriuki Muriithi | |
2025-01-27 | Use horizontal-form which @robw seems to prefer. | Frederick Muriuki Muriithi | |
2025-01-27 | Add basic metadata editing UI. | Frederick Muriuki Muriithi | |
2025-01-25 | Use "GET" requests for phenotype actions. | Frederick Muriuki Muriithi | |
2025-01-24 | Provide UI for editing a specific phenotype. | Frederick Muriuki Muriithi | |
2025-01-23 | Move form into its own row. | Frederick Muriuki Muriithi | |
2025-01-23 | Remove "Cross-Reference ID". | Frederick Muriuki Muriithi | |
2025-01-23 | Rename "Collation" to "Database". | Frederick Muriuki Muriithi | |
2025-01-23 | Add publication data to page. | Frederick Muriuki Muriithi | |
2025-01-23 | Only present SE and N columns if at least one row has them. | Frederick Muriuki Muriithi | |
2025-01-23 | Remove unused (and confusing) "Symbol" column. | Frederick Muriuki Muriithi | |
2025-01-23 | Open phenotypes in new window. | Frederick Muriuki Muriithi | |
2025-01-23 | Provide summary for review before entering data to database. | Frederick Muriuki Muriithi | |
2025-01-23 | Add missing template macro. | Frederick Muriuki Muriithi | |
2025-01-21 | Improve UI for job-status page. | Frederick Muriuki Muriithi | |
2025-01-21 | Pass both original name and uploaded name onward for processing. | Frederick Muriuki Muriithi | |