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

recordings: use type codes, not language strings #516

Merged

Conversation

jrchamp
Copy link
Collaborator

@jrchamp jrchamp commented Sep 6, 2023

Previously it was storing the language strings in the database instead of the type code {audio, video} and using the language string with mtrace().

I would also like to remove the trim() on the get_string(), because we should probably be able to trust language strings won't have unnecessary space. Thoughts?

@jrchamp jrchamp added the bug Fixes problems or reduces technical debt label Sep 6, 2023
@jrchamp jrchamp requested a review from a team September 6, 2023 20:37
@jrchamp jrchamp self-assigned this Sep 6, 2023
@jrchamp jrchamp merged commit 3e3468c into ncstate-delta:main Sep 7, 2023
6 checks passed
@jrchamp jrchamp deleted the fix/recordingtype-should-be-code branch September 7, 2023 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes problems or reduces technical debt
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants