aboutsummaryrefslogtreecommitdiff
path: root/uploader/publications
AgeCommit message (Collapse)Author
12 daysFix linting issues.Frederick Muriuki Muriithi
12 daysProvide timeouts for requests calls.Frederick Muriuki Muriithi
12 daysFix importsFrederick Muriuki Muriithi
Remove unused imports, update old imports to newer forms and add missing imports.
2025-06-12Allow a publication to *NOT* have a PubMed ID.Frederick Muriuki Muriithi
2025-06-12Improve publication fetching for datatables.Frederick Muriuki Muriithi
2025-06-11Limit returned resultsFrederick Muriuki Muriithi
Limit the number of results returned to make page more responsive. This is buggy at this point — it doesn't do exactly what I expect, e.g. when I attempt to scroll, or use pagination, it doesn't actually display all the pages as expected.
2025-06-11Enable server-side searching.Frederick Muriuki Muriithi
2025-05-19Handle case where the given publication_id does not exist.Frederick Muriuki Muriithi
2025-04-28Provide correct redirection uri, and data.Frederick Muriuki Muriithi
2025-04-28Encode data to UTF-8 to prevent persistence errors.Frederick Muriuki Muriithi
2025-04-28Do not auto-update publication details on conflictFrederick 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.
2025-04-28Implement creating publications.Frederick Muriuki Muriithi
2025-04-28Provide UI for publication creation.Frederick Muriuki Muriithi
2025-04-28View a publication's details.Frederick Muriuki Muriithi
2025-04-28Fetch phenotypes linked to a particular publication.Frederick Muriuki Muriithi
2025-04-28Fetch a publication by its ID.Frederick Muriuki Muriithi
2025-04-28Initialise entry-point for managing publications.Frederick Muriuki Muriithi
2025-04-28Fetch *ALL* publications from the database.Frederick Muriuki Muriithi
2025-04-14Convert PubMed ID to int.Frederick Muriuki Muriithi
2025-04-14Update existing linked publication(s) rather than creating new.Frederick Muriuki Muriithi
2025-04-14Update imports.Frederick Muriuki Muriithi
2025-04-14Return created objects with their IDsFrederick Muriuki Muriithi
2025-04-14Add types for connection objects.Frederick Muriuki Muriithi
2025-04-14Implement computation for publication differences.Frederick Muriuki Muriithi
2025-04-14Move code to save new publications to database.Frederick Muriuki Muriithi
2025-04-11Move code to fetch phenotype publications from DB to publications package.Frederick Muriuki Muriithi
2025-04-11Move code to fetch publications from pubmed to publications module.Frederick Muriuki Muriithi
2025-04-11Write test for computing differences for publications in bulk edits.Frederick Muriuki Muriithi