Age | Commit message (Expand) | Author |
---|---|---|
2025-06-12 | Improve publication fetching for datatables. | Frederick Muriuki Muriithi |
2025-06-11 | Limit returned results•••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. | Frederick Muriuki Muriithi |
2025-06-11 | Enable server-side searching. | Frederick Muriuki Muriithi |
2025-05-19 | Handle case where the given publication_id does not exist. | Frederick Muriuki Muriithi |
2025-04-28 | Do not auto-update publication details on conflict•••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. | Frederick Muriuki Muriithi |
2025-04-28 | Fetch phenotypes linked to a particular publication. | Frederick Muriuki Muriithi |
2025-04-28 | Fetch a publication by its ID. | Frederick Muriuki Muriithi |
2025-04-28 | Fetch *ALL* publications from the database. | Frederick Muriuki Muriithi |
2025-04-14 | Update existing linked publication(s) rather than creating new. | 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 | Move code to save new publications to database. | Frederick Muriuki Muriithi |
2025-04-11 | Move code to fetch phenotype publications from DB to publications package. | Frederick Muriuki Muriithi |