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

snapshots #108

Closed
nicoalee opened this issue Mar 25, 2024 · 2 comments · Fixed by #109
Closed

snapshots #108

nicoalee opened this issue Mar 25, 2024 · 2 comments · Fixed by #109
Assignees

Comments

@nicoalee
Copy link
Member

No description provided.

@nicoalee nicoalee self-assigned this Mar 25, 2024
@nicoalee
Copy link
Member Author

nicoalee commented Mar 25, 2024

ALTER TABLE studies ADD snapshots JSON NOT NULL DEFAULT (JSON_OBJECT());

@nicoalee
Copy link
Member Author

Finished supporting snapshots in BE, need to implement in the FE.

  1. make the snapshots downloadable
  2. make sure to read the snapshots instead of the study_tasks
  3. remove study_tasks? Maybe no longer useful?
  4. implement snapshotting when the study is toggle on

@nicoalee nicoalee linked a pull request Apr 9, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant