Filtering by types, speed-up, and client-side warning for suboptimal AK names
Filtering by types (Implements #245 (closed)):
- Introduce a slug for AKTypes, to be used in URLs and forms
- Allow to filter AK lists in submission for types
- Introduce type information and filtering to slide generation
- Implement type filtering for plan (including graphical filter selection)
Other changes:
- Implement client-side warning when the user tries submit an AK with name or short name containing the word AK (#188)
- Additionally, eliminate duplicate queries through select_related and restructuring looping code at various points in AKPlan
Edited by Benjamin Hättasch