-
Notifications
You must be signed in to change notification settings - Fork 0
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
Video consent copy #54
Conversation
🦋 Changeset detectedLatest commit: 5c9bc23 The changes in this PR will be included in the next version bump. This PR includes changesets to release 5 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
dcb2242
to
676842d
Compare
* Remove mustache dependency * Remove mustache config * Rename template extensions * Remove mustache code and replace with handlebars * Format changes * Fixed issue with import * changset
* Remove mustache dependency * Remove mustache config * Rename template extensions * Remove mustache code and replace with handlebars * Format changes * Fixed issue with import * Translation files * Support selecting translation from trial parameters * Error when no translation is available. * Tests * Format/YAML fix * Add line wrap to prettier config * changset
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.
Fantastic! A few questions/comments.
- I think we need to add a Video Consent section to the
record
package docs (README). Hopefully you can just link to the EFP docs, if all of the parameters are still supported and work the same way. - I realize changesets/versioning doesn't actually matter yet, but just so that we're on the same page with how we want to do it: I think that each changeset file should only list the packages that are affected by the change (feature/fix). So for instance, we'd have one that bumps the
record
package with: "Add video consent plugin". And the separate ones for switching to handlebars and adding translations, but again just forrecord
? This PR does include changes to other packages, but those changes are just due to prettier line wrapping. So you could add a changeset with all packages for that, but IMO that sort of change doesn't warrant a changeset/version bump since it doesn't affect the code itself.
I'll get the documentation in a separate PR. Thank you. |
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.
Looks great, thanks for the changes!
Summary
This moves over video consent template five and the english translation file.