Age | Commit message (Collapse) | Author | |
---|---|---|---|
6 days | Implement improvements suggested by @acenteno. | Frederick Muriuki Muriithi | |
6 days | Add styling for buttons. | Frederick Muriuki Muriithi | |
6 days | Improve list-phenotypes page. | Frederick Muriuki Muriithi | |
6 days | Include DataTables' scripts and styling globally. | Frederick Muriuki Muriithi | |
6 days | 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. | |||
6 days | Assign any unknown famil(y/ies) the last position. | Frederick Muriuki Muriithi | |
6 days | Improve flash messaging. | Frederick Muriuki Muriithi | |
6 days | Handle "empty-database" case for species. | Frederick Muriuki Muriithi | |
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. | |||
6 days | Continue on to next step with newly created species. | Frederick Muriuki Muriithi | |
6 days | Improve UI text to guide users better. | Frederick Muriuki Muriithi | |
6 days | Use horizontal-form for "Create Species" form. | Frederick Muriuki Muriithi | |
6 days | Redirect to "Create Species" page if user selects it. | Frederick Muriuki Muriithi | |
Add the "Create Species" sub-step to the phenotype data path. | |||
6 days | 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. | |||
7 days | Update the help text for "Population code" field. | Frederick Muriuki Muriithi | |
7 days | Handle "empty value" condition. | Frederick Muriuki Muriithi | |
7 days | Allow a subspecies to be provided as part of the scientific name. | 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 | |
2025-02-03 | Restore styling for headings and subheadings. | Frederick Muriuki Muriithi | |
2025-02-03 | Make sign in/out terminology consistent with GN2. | Frederick Muriuki Muriithi | |
2025-02-03 | Remove user's email: replace with user icon. | Frederick Muriuki Muriithi | |
2025-02-03 | Text: Move "Upload" to before "Quality Control. | Frederick Muriuki Muriithi | |
2025-02-03 | Override default padding from bootstrap. | Frederick Muriuki Muriithi | |
2025-02-03 | Provide minimum height for application header. | Frederick Muriuki Muriithi | |
2025-02-03 | Use same default fonts as GN2. | Frederick Muriuki Muriithi | |
2025-02-03 | Use horizontal-form for UI | Frederick Muriuki Muriithi | |
Update the macro templates to use the horizontal-form paradigm to fit in with what Rob likes. | |||
2025-01-29 | Do most of the layout with grid rather than bootstrap. | Frederick Muriuki Muriithi | |
2025-01-29 | Remove the description from the sidebar card. | Frederick Muriuki Muriithi | |
2025-01-29 | Fetch all phenotypes for display with DataTables. | Frederick Muriuki Muriithi | |
2025-01-29 | Update field name. | Frederick Muriuki Muriithi | |
Use "xref_id" rather than "pxr.Id" since the former is a little clearer. | |||
2025-01-29 | Display list of phenotypes using DataTables. | Frederick Muriuki Muriithi | |
2025-01-29 | Add route to fetch DataTables. | Frederick Muriuki Muriithi | |
2025-01-28 | Make alert larger. | Frederick Muriuki Muriithi | |
2025-01-28 | Use a more robust check for emptiness. | Frederick Muriuki Muriithi | |
Some of the values could be integer values. | |||
2025-01-28 | Fix type-checking issues. | Frederick Muriuki Muriithi | |
2025-01-28 | Fix linting issues. | Frederick Muriuki Muriithi | |
2025-01-28 | Remove generic endpoints and functions | Frederick Muriuki Muriithi | |
The endpoints handling the chunked (and resumable) file uploads were moved to a separate package of their own, that's more relevant for that. This commit removes the extraneous code. | |||
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-28 | Update endpoint: Make it more consistent. | Frederick Muriuki Muriithi | |
2025-01-27 | Show SE and N field if even one row has SE. | Frederick Muriuki Muriithi | |
2025-01-27 | Fix bug in how the SE and N values for a phenotype are fetched. | Frederick Muriuki Muriithi | |
2025-01-27 | Enable editing of a phenotype's numeric values. | Frederick Muriuki Muriithi | |
2025-01-27 | Fix minor bug. | Frederick Muriuki Muriithi | |