Age | Commit message (Expand) | Author |
---|---|---|
2024-06-13 | Update html templates to use bootstrap for styling | Frederick Muriuki Muriithi |
2024-06-12 | Update templates to use bootstrap classes. | Frederick Muriuki Muriithi |
2023-11-30 | Remove link to non-existent file. | Frederick Muriuki Muriithi |
2023-11-30 | Handle duplicate dataset creation error...Notify the user when they try to create a new dataset that has the same name as an existing dataset and give them the chance to fix it before continuing. | Frederick Muriuki Muriithi |
2023-10-16 | Indicate progress for data insert. | Frederick Muriuki Muriithi |
2022-07-19 | Enable creation of new dataset...Enable the user to create a new dataset should the need arise. A few extra fixes were done, such as: - Provide list of average methods to choose from - Provide input elements for some expected fields - Add a new confirmation step before doing the actual data update | Frederick Muriuki Muriithi |
2022-07-19 | Implement dataset selection...- Implement UI enabling selection from existing datasets - Start implementation of UI that enables creation of new dataset | Frederick Muriuki Muriithi |
2022-07-07 | Rework styling for form elements | Frederick Muriuki Muriithi |
2022-07-07 | Provide selection for GeneChips...The GeneChipId value is required for the data being inserted, so this commit provides the UI to enable selection of the chip. | Frederick Muriuki Muriithi |
2022-07-06 | Implement UI for dataset selection...As part of updating the database with the new data, there is a need to select the appropriate dataset that the data belongs to, and this commit provides the UI to assist the user do that. | Frederick Muriuki Muriithi |