-
Notifications
You must be signed in to change notification settings - Fork 106
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
Provenance + audio replay #509
Merged
Merged
+3,003
−121
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 3.3.8. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](ai/nanoid@3.3.7...3.3.8) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
…nanoid-3.3.8 Bump nanoid from 3.3.7 to 3.3.8
Encrypt index to obfuscate it from participants
Co-authored-by: Jack Wilburn <JackWilb@users.noreply.github.com>
Co-authored-by: ZachCutler04 <ZachCutler04@users.noreply.github.com>
Co-authored-by: Jack Wilburn <JackWilb@users.noreply.github.com>
JackWilb
approved these changes
Jan 11, 2025
JackWilb
approved these changes
Jan 11, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Notes of things to fix:
- Need to disable reviewer steps panel in replay
- Update play pause button
- Design pass on the replay timeline visualization
- Disable next participant button in study browser
- Disable next participant button in replay footer
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Does this PR close any open issues?
Closes #476
Give a longer description of what this PR addresses and why it's needed
Adds in replay functionality, accessible via the provenance tab in the analysis view. Replay should work with both/one of audio and provenance data, though audio will only work via firebase (provenance will work for both)
Provide pictures/videos of the behavior before and after these changes (optional)
Are there any additional TODOs before this PR is ready to go?
Main todo is that we don't check for past versions of config currently, so old configs may run into problems during replay.