Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Load/Save user data to DB (SPIN) #80

Open
danton267 opened this issue Aug 15, 2023 · 1 comment
Open

Load/Save user data to DB (SPIN) #80

danton267 opened this issue Aug 15, 2023 · 1 comment
Labels
enhancement New feature or request needs scoping

Comments

@danton267
Copy link
Collaborator

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?
  1. creating annotations
  2. moving/zooming
  3. selecting a new image
  4. interacting with any controls

Blocker

Waiting for the DB server credentials and a sample read/write usage.

@hannahker hannahker added enhancement New feature or request needs scoping labels Sep 13, 2023
@hannahker hannahker changed the title Load/Save user data to DB Load/Save user data to DB (SPIN) Sep 19, 2023
@hannahker
Copy link
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs scoping
Projects
None yet
Development

No branches or pull requests

2 participants