-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
We need to add an SQLite implementation (it seems to be included in node.js: https://nodejs.org/api/sqlite.html) so that we can better manage user viewer creation. I would like to add the following API functions to facilitate this:
- Create new viewer (including all the metadata needed)
- Read and existing viewer or viewers
- Update an existing viewer
- Delete an existing viewer
We should have API routes for these functions and new methods called by them. I would like the new system to be as RESTful as possible: https://www.geeksforgeeks.org/node-js/rest-api-introduction/
Once this is in place, it paves the way for future improvements such as the ability to write persistent annotations into the static manifest.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request