You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace the current system - saving/reading JSON-like metadata to/from local .txt file, too pushing/reading the JSON metadata to the database.
The metadata JSON already contains everything necessary - user name, project, time, and all project metadata.
Create a read query that filters by user, project, and orders by time.
we also talked about logging any user interaction with the graph (just a timestamp, which will require a different table to log into) - what all events does this include?
creating annotations
moving/zooming
selecting a new image
interacting with any controls
Blocker
Waiting for the DB server credentials and a sample read/write usage.
The text was updated successfully, but these errors were encountered:
Replace the current system - saving/reading JSON-like metadata to/from local .txt file, too pushing/reading the JSON metadata to the database.
The metadata JSON already contains everything necessary - user name, project, time, and all project metadata.
Create a read query that filters by user, project, and orders by time.
Blocker
Waiting for the DB server credentials and a sample read/write usage.
The text was updated successfully, but these errors were encountered: