resourcepool/dashboard

As admin, we can order the medias within a bundle

Opened this issue · 2 comments

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

This may be related to the proposal in #73 , and would allow each feed to order their content.

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.