SPF-UiO / spbm

The Student Personnel Booking Manager, by and for the Student Cellar Pub Personnel Organsiation at the University of Oslo.
6 stars 4 forks source link

Feature: improving events management #8

Closed thor closed 7 years ago

thor commented 7 years ago

Background

Editing events is very bare-bones at the moment, and lacks a lot of features that would make it generally more usable for... anything.

In terms of the code, it can now be swapped over to use parts of CBV, although with inlines and whatnot there'll always be some mess.

Rough plan

thor commented 7 years ago

Conclusion: no need to add pagination right now, because the list isn't yet that long. I'll create a separate issue to track pagination of the events view.

Calendar is still on the todo, but waiting for that is detrimental to anything else. There are some Django apps like django-scheduler that can help with this, but they're somewhat more complex than I really care for. All I need is to display it, and that's about where the similarities end.