As admin, we can order the medias within a bundle
Opened this issue · 2 comments
VmickaelV commented
I think the best way to represent this by the REST API is to create a field, containing a list of his ids ordered by the admin.
- Back :
- Modify the Model and the Dtos
- Update the REST Controller
- Update the tests
- Android TV (adapt to your job) :
- Implement the ordering
- Android Admin (adapt to your job) :
- Implement the ordering
- Front (adapt to your job) :
- Implement the ordering
loicortola commented
This may be related to the proposal in #73 , and would allow each feed to order their content.
loicortola commented
Feeds contain an ordered list of bundle items.
The website does not yet allow for any reordering but the feature will work as expected once this is done.