supercluster-covid-data-portal / api

0 stars 0 forks source link

add query storage capabilities #5

Closed justincorrigible closed 2 years ago

justincorrigible commented 2 years ago

Foundational implementation for the "query storage" CRUD routines. It's still missing the auth aspects almost entirely, but I'll add a bit more flexibility in a subsequent PR along with the first stage of UI integration ("save queries" https://github.com/supercluster-covid-data-portal/ui/issues/8)

The whole PR should be mostly navigable by just scrolling (in order) through the comments below 👇

justincorrigible commented 2 years ago

Updating after rebasing on latest develop. Testing locally to ensure it is still functional after conflict resolution. Will add/amend if fixes needed.

justincorrigible commented 2 years ago

Merging as a testable and already reviewed chunk of code. Will be easier to review further changes in a new, separate PR.