Closed RudiThoeni closed 1 month ago
@gappc I think lets try to create this component without having a meeting. I think everything should be clear. if there are more questions we can always have a short meeting. thx and cheers
@RudiThoeni, @sseppi: I created PR #599 that implements a new component for VideoItems
, you can test it here:
During the implementation, I saw that the VideoItems
type contains a property Resolution
and then the properties Width
/ Height
. Whats the difference between Resolution
and Width
/ Height
?
@gappc thx, i will test it, For the Resolution/Width:Height good point i will check it ;)
@gappc Seems like some data has stored Values like 360 / 720 under Resolution, and other data has a width and height defined...... You are right it makes no sense to have this 3 fields, i think i will unify this fields into one string field, i will make this changes in the component when it is ready on api side....
I tested the component and all seems to work, great ;) will merge the PR
I tested the component too, I close the issue.
We need a component for inserting VideoItems
Since Videos can be available only in one language instead of a List we have a Dictionary with the language key and a List of Videos for each Language.
The Datastructure is following
example
related issue https://github.com/noi-techpark/odh-api-core/issues/439