-
Notifications
You must be signed in to change notification settings - Fork 2
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
[FEATURE] Resources: List of available languages for videos #358
base: main
Are you sure you want to change the base?
[FEATURE] Resources: List of available languages for videos #358
Conversation
View your CI Pipeline Execution ↗ for commit 46ab0ab.
☁️ Nx Cloud last updated this comment at |
@@ -25,6 +25,8 @@ export interface IResourceBase_v0 { | |||
priority?: number; | |||
/** additional metadata populated for specific resource types */ | |||
meta?: any; | |||
/** Languages the resource is available in */ | |||
languages?: string[]; |
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.
In order to accommodate the list of languages a resource video is available in, I added a languages
array to the schema. Any comments on this? @chrismclarke
From the call
|
Description
Github Issue: #346
To list available languages for videos, a
select
dropdown has been implementedDiscussion
Videos currently lack language data to support this feature
Next Steps: Aggregate necessary data for the video
meta-data
Preview
Link to app preview if relevant
Screenshots