dsv-su / play

Dev repository for Play
0 stars 1 forks source link

Implement "my videos" view #11

Closed booski closed 3 years ago

booski commented 3 years ago

The view should list all videos a person has any management rights on (currently being a presenter, in future also course admin).

Listed videos should by default be grouped by course and sorted by date. The view should be filterable on at least freetext, course, date, daterange, location and upload type. Tags probably cover most of those categories.

pavelsokolov commented 3 years ago

Filters are currently in place:

We don't really have Lecture halls assignments, but they could be handled as tags, as well as upload types can, so i consider this as done for now.