Update Django admin with separate meetings section.
Admin section should be able to list all meetings with filter options (described below) and also add/edit/delete ability.
Meeting should be filtered by run to which they belong (meeting is tied with lecture and lecture belongs to chapter which belongs to course and course might have several runs).
Optional: Try to add custom filter to show only meeting in future (most likely admin wont be interested in meeting that has passed), if possible enable this filter by default. -> Not sure if this is possible in admin, but I would guess that it is... PR would be accepted without this functionality, but with reasonable comment why. As alternative add date filter which Django have.
Update runs in admin to have number of meetings and filter them (same way as in submissions).
Update Django admin with separate meetings section.
Admin section should be able to list all meetings with filter options (described below) and also add/edit/delete ability.
Meeting should be filtered by run to which they belong (meeting is tied with lecture and lecture belongs to chapter which belongs to course and course might have several runs).
Optional: Try to add custom filter to show only meeting in future (most likely admin wont be interested in meeting that has passed), if possible enable this filter by default. -> Not sure if this is possible in admin, but I would guess that it is... PR would be accepted without this functionality, but with reasonable comment why. As alternative add date filter which Django have.
Update runs in admin to have number of meetings and filter them (same way as in submissions).