Age | Commit message (Expand) | Author |
---|---|---|
2025-03-24 | Only allow text/tab-separated-values files to be uploaded. | Frederick Muriuki Muriithi |
2025-03-24 | Make name same a id. | Frederick Muriuki Muriithi |
2025-03-21 | Bulk Edit: Initialise the bulk-edit upload•••* Provide UI for uploading the file * Provide (partially implemented) endpoint to handle the uploaded file. | Frederick Muriuki Muriithi |
2025-03-21 | Rename endpoint: Distinguish edit download from other downloads. | Frederick Muriuki Muriithi |
2025-03-21 | Add "Busy" indicator•••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. | Frederick Muriuki Muriithi |
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•••@acenteno insists on having paging with ability to display everything on a single page. | Frederick Muriuki Muriithi |
2025-03-17 | Load default styling for datatables. | Frederick Muriuki Muriithi |
2025-03-12 | Provide search for table. | Frederick Muriuki Muriithi |
2025-03-12 | Use Select and Buttons extensions to DataTables for UI elements.•••Display the "action" buttons using the "Select" and "Buttons" extensions to DataTables. | Frederick Muriuki Muriithi |
2025-03-12 | Remove obsolete and incompatible row-selection code. | Frederick Muriuki Muriithi |
2025-03-12 | Include Buttons and Select extensions for DataTables. | Frederick Muriuki Muriithi |
2025-03-12 | Update imports for new DataTables. | Frederick Muriuki Muriithi |
2025-03-12 | Update import order: Load dependent modules last. | Frederick Muriuki Muriithi |
2025-03-11 | Remove DataTables' Select extension•••The extension is leading to more trouble than it is worth. | Frederick Muriuki Muriithi |
2025-03-11 | Fix indentation. | 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 | Enable table scrolling instead of pages. | Frederick Muriuki Muriithi |
2025-03-10 | Load Select extension for datatables. | Frederick Muriuki Muriithi |
2025-03-10 | Update how the DataTables handlers are set up. | Frederick Muriuki Muriithi |
2025-02-24 | Enable selecting specific rows. | 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 | Add missing macro. | 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 | Implement improvements suggested by @acenteno. | 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.•••Enable creating new populations in the case where the population a user wants to use does not exist in the database. | Frederick Muriuki Muriithi |
2025-02-18 | Handle "empty-database" case for species.•••While not a concern for the current instance of GeneNetwork (which already has a number of species already entered in the database), this commit handles the case where there are no species in the database e.g. in a pristine installation of a new instance. | Frederick Muriuki Muriithi |
2025-02-18 | Continue on to next step with newly created species. | Frederick Muriuki Muriithi |
2025-02-18 | Improve UI text to guide users better. | Frederick Muriuki Muriithi |
2025-02-18 | Use horizontal-form for "Create Species" form. | Frederick Muriuki Muriithi |
2025-02-18 | Select from searchable list and allow new species creation.•••Select the species to use from a searchable list. In case the species does not exist in the list, allow creation of the list. | Frederick Muriuki Muriithi |
2025-02-17 | Update the help text for "Population code" field. | Frederick Muriuki Muriithi |
2025-02-04 | Temporarily deactivate breadcrumbs navigation. | Frederick Muriuki Muriithi |
2025-02-04 | Update global headers. | Frederick Muriuki Muriithi |
2025-02-04 | Remove non-informative table header. | Frederick Muriuki Muriithi |
2025-02-04 | Add an introduction to the phenotypes section. | Frederick Muriuki Muriithi |
2025-02-04 | Fix heading. | Frederick Muriuki Muriithi |
2025-02-03 | Make introductory text more succinct. | Frederick Muriuki Muriithi |
2025-02-03 | Comment-out unimplemented features. | Frederick Muriuki Muriithi |