AKDashboard.views module

class AKDashboard.views.DashboardView(**kwargs)[source]

Bases: TemplateView

Index view of dashboard and therefore the main entry point for AKPlanning

Displays information and buttons for all public events

class AKDashboard.views.DashboardEventView(**kwargs)[source]

Bases: DetailView

Dashboard view for a single event

In addition to the basic information and the buttons, an overview over recent events (new and changed AKs, moved AKSlots) for the given event is shown.

The event dashboard also exists for non-public events (one only needs to know the URL/slug of the event).

model

alias of Event