-
Notifications
You must be signed in to change notification settings - Fork 108
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
Bug/differentiate recording versions #578
Conversation
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.
Great progress! A few suggestions to help round it out.
f76930d
to
7c845f1
Compare
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.
My suggestions don't quite cover everything, so I'll apply these suggestions in a commit.
43fb1f3
to
bfaf268
Compare
Next steps:
|
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.
Very close to the finish!
- Store raw recording type - Multi-language support for friendly recording types - When possible, fix previously stored recording types - Corrected syntax to satisfy code checker - Apply suggestions from code review Co-authored-by: Jonathan Champ <[email protected]>
7a2d534
to
248cb07
Compare
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.
This is an excellent improvement. Now people can figure out which file is which because the detailed recording type is now stored and only translated on the fly which addresses the "stored admin translation" issue.
Fixes #547