aboutsummaryrefslogtreecommitdiff
path: root/uploader/templates/phenotypes
AgeCommit message (Expand)Author
7 daysEnable downloading of dataset's phenotype's data.Frederick Muriuki Muriithi
8 daysAdd UI for bulk edit of data.Frederick Muriuki Muriithi
8 daysAdd tooltips for the table buttons.Frederick Muriuki Muriithi
8 daysLayout table controls for the datatables.Frederick Muriuki Muriithi
8 daysRemove scroller•••@acenteno insists on having paging with ability to display everything on a single page. Frederick Muriuki Muriithi
13 daysProvide search for table.Frederick Muriuki Muriithi
13 daysUse Select and Buttons extensions to DataTables for UI elements.•••Display the "action" buttons using the "Select" and "Buttons" extensions to DataTables. Frederick Muriuki Muriithi
13 daysRemove obsolete and incompatible row-selection code.Frederick Muriuki Muriithi
13 daysExtract common DataTables into a reusable function.Frederick Muriuki Muriithi
2025-03-10Enable selecting and deselecting ALL rows.Frederick Muriuki Muriithi
2025-03-10Provide UI buttons for various actions on the table.Frederick Muriuki Muriithi
2025-03-10Update how the DataTables handlers are set up.Frederick Muriuki Muriithi
2025-02-24Fix code formatting for clarity.Frederick Muriuki Muriithi
2025-02-24Provide a way to select phenotypes to edit.Frederick Muriuki Muriithi
2025-02-24Add borders to table cells.Frederick Muriuki Muriithi
2025-02-18Remove unnecessary initialisation code.Frederick Muriuki Muriithi
2025-02-18Use new searchable list tables with off-ramps for data creation.Frederick Muriuki Muriithi
2025-02-18Improve copy to clarify what the UI is meant for.Frederick Muriuki Muriithi
2025-02-18Improve list-phenotypes page.Frederick Muriuki Muriithi
2025-02-18Include DataTables' scripts and styling globally.Frederick Muriuki Muriithi
2025-02-18Enable 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-18Select 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-04Remove non-informative table header.Frederick Muriuki Muriithi
2025-01-29Display list of phenotypes using DataTables.Frederick Muriuki Muriithi
2025-01-28Cleanup UI: remove some debugging text.Frederick Muriuki Muriithi
2025-01-28Improve the page text: there are more than 2 forms currently.Frederick Muriuki Muriithi
2025-01-28Redirect to the job-status page on success.Frederick Muriuki Muriithi
2025-01-27Enable editing of a phenotype's numeric values.Frederick Muriuki Muriithi
2025-01-27Name fields. Provide action to form.Frederick Muriuki Muriithi
2025-01-27Fix indentation.Frederick Muriuki Muriithi
2025-01-27Use horizontal-form which @robw seems to prefer.Frederick Muriuki Muriithi
2025-01-27Add basic metadata editing UI.Frederick Muriuki Muriithi
2025-01-25Use "GET" requests for phenotype actions.Frederick Muriuki Muriithi
2025-01-24Provide UI for editing a specific phenotype.Frederick Muriuki Muriithi
2025-01-23Move form into its own row.Frederick Muriuki Muriithi
2025-01-23Remove "Cross-Reference ID".Frederick Muriuki Muriithi
2025-01-23Rename "Collation" to "Database".Frederick Muriuki Muriithi
2025-01-23Add publication data to page.Frederick Muriuki Muriithi
2025-01-23Only present SE and N columns if at least one row has them.Frederick Muriuki Muriithi
2025-01-23Remove unused (and confusing) "Symbol" column.Frederick Muriuki Muriithi
2025-01-23Open phenotypes in new window.Frederick Muriuki Muriithi
2025-01-23Provide summary for review before entering data to database.Frederick Muriuki Muriithi
2025-01-23Add missing template macro.Frederick Muriuki Muriithi
2025-01-21Improve UI for job-status page.Frederick Muriuki Muriithi
2025-01-21Pass both original name and uploaded name onward for processing.Frederick Muriuki Muriithi
2025-01-21Submit form: send data to server for processing.Frederick Muriuki Muriithi
2025-01-21Assign returned names to file-input names•••When using the chunked upload process, the final file names are returned as part of the response indicating successful upload of all the chunks and the merging of the chunks into a single file. The name of the final uploaded file is used in place of the file object that would otherwise have been uploaded. Frederick Muriuki Muriithi
2025-01-21Track what file is uploaded•••Provide the related file input's name together with the success message in order to track which uploaded file is related to each of the different file types. Frederick Muriuki Muriithi
2025-01-17UI: Don't overflow the data previews elements•••Ensure that the preview data does not overflow the preview elements. Frederick Muriuki Muriithi
2025-01-15Provide a means to submit the data.•••Currently, it's just a dummy function i.e. does not actually submit the data. Frederick Muriuki Muriithi