Age | Commit message (Collapse) | Author | |
---|---|---|---|
3 days | Search for radio was slow for some reason. | Frederick Muriuki Muriithi | |
3 days | Allow selection from existing publications. | Frederick Muriuki Muriithi | |
3 days | Do not auto-update publication details on conflict | Frederick Muriuki Muriithi | |
Auto-update of a publication's details on an "insert conflict" would lead to a bug where publications could be overwritten with the wrong information. Rather than auto-update, explicitly indicate the error, and let the user manually edit the record to avoid data inconsistency. | |||
3 days | Implement creating publications. | Frederick Muriuki Muriithi | |
3 days | Add logging. | Frederick Muriuki Muriithi | |
Without this logging statement, the chunk merging fails with an error that it cannot find one of the chunks when attempting to delete it. That error disappears as soon as I attempt to log out the error and debug. | |||
3 days | Enable autofill of information from PubMed. | Frederick Muriuki Muriithi | |
3 days | Move functions to fetch pubmed data out into a separate js file. | Frederick Muriuki Muriithi | |
3 days | Move generic utility functions to the utils.js file. | Frederick Muriuki Muriithi | |
3 days | Provide UI for publication creation. | Frederick Muriuki Muriithi | |
3 days | Mark unimplemented features. | Frederick Muriuki Muriithi | |
3 days | Provide tooltip text. | Frederick Muriuki Muriithi | |
3 days | Display logged in user's email. | Frederick Muriuki Muriithi | |
3 days | View a publication's details. | Frederick Muriuki Muriithi | |
3 days | Fetch phenotypes linked to a particular publication. | Frederick Muriuki Muriithi | |
3 days | Fetch a publication by its ID. | Frederick Muriuki Muriithi | |
3 days | Initialise entry-point for managing publications. | Frederick Muriuki Muriithi | |
3 days | Fetch *ALL* publications from the database. | Frederick Muriuki Muriithi | |
6 days | Fix display of upload errors for samples | Frederick Muriuki Muriithi | |
* Update the uri to fit in with existing paradigm * Pass the species and population to the endpoint | |||
6 days | Handle exceptions explicitly | Frederick Muriuki Muriithi | |
Handle any thrown exceptions explicitly to prevent the `with` statement from swallowing them, leading to silent failure of the script. | |||
10 days | Update the previews, in the case where resumables exist. | Frederick Muriuki Muriithi | |
10 days | Improve check for file existence. | Frederick Muriuki Muriithi | |
10 days | Associate each preview table with appropriate resumable object. | Frederick Muriuki Muriithi | |
10 days | Update to bootstrap 5 classes. | Frederick Muriuki Muriithi | |
10 days | Proceed to jobs status update page. | Frederick Muriuki Muriithi | |
10 days | Implement rudimentary status update page for background jobs. | Frederick Muriuki Muriithi | |
10 days | Use module-specific logger. | Frederick Muriuki Muriithi | |
10 days | Add "DataId" to top-level trait details. | Frederick Muriuki Muriithi | |
The `DataId` is unique in the `PublishXRef` table. | |||
2025-04-14 | Setup module-level loggers. | Frederick Muriuki Muriithi | |
2025-04-14 | Compute data differences in the script. | Frederick Muriuki Muriithi | |
2025-04-14 | Convert values to float where present. | Frederick Muriuki Muriithi | |
2025-04-14 | Fix typo. | Frederick Muriuki Muriithi | |
2025-04-14 | Move common fieldnames into exportable variable. | Frederick Muriuki Muriithi | |
2025-04-14 | Implement difference computations. | Frederick Muriuki Muriithi | |
2025-04-14 | Add tests for new difference computation function. | Frederick Muriuki Muriithi | |
2025-04-14 | Convert PubMed ID to int. | Frederick Muriuki Muriithi | |
2025-04-14 | Move test to appropriate package. | Frederick Muriuki Muriithi | |
2025-04-14 | Move difference computation to `run()` function. | Frederick Muriuki Muriithi | |
2025-04-14 | Update existing linked publication(s) rather than creating new. | Frederick Muriuki Muriithi | |
2025-04-14 | Log out job command for easier debug. | Frederick Muriuki Muriithi | |
2025-04-14 | Provide species, population and dataset identifiers as job metadata. | Frederick Muriuki Muriithi | |
2025-04-14 | Compute new PubMed IDs. | Frederick Muriuki Muriithi | |
2025-04-14 | Update imports. | Frederick Muriuki Muriithi | |
2025-04-14 | Return created objects with their IDs | Frederick Muriuki Muriithi | |
2025-04-14 | Add types for connection objects. | Frederick Muriuki Muriithi | |
2025-04-14 | Compute differences with tested function. | Frederick Muriuki Muriithi | |
2025-04-14 | Implement computation for publication differences. | Frederick Muriuki Muriithi | |
2025-04-14 | Move code to save new publications to database. | Frederick Muriuki Muriithi | |
2025-04-14 | Rename test module. | Frederick Muriuki Muriithi | |
2025-04-11 | Fix bug: Provide empty defaults, and fix type. | Frederick Muriuki Muriithi | |
2025-04-11 | Move code to fetch phenotype publications from DB to publications package. | Frederick Muriuki Muriithi | |