Closed thor closed 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.
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