- Sep 27, 2022
-
-
Benjamin Hättasch authored
Introduce admin action Add function to find AKs without availabilities to event model Link new action on view of AKs requiring special attention Minor design improvements This implements the final part of #145
-
Benjamin Hättasch authored
-
Benjamin Hättasch authored
Show count of slots for wishes and link directly to a filtered list
-
Benjamin Hättasch authored
Use annotations to query counts of owners, slots and availabilities directly in main query
-
Benjamin Hättasch authored
This implements first part of #145
-
Benjamin Hättasch authored
Introduce a new generic view that can be used for all admin actions that require a preview/confirmation or a form to specify parameters Change AK Orga Message deletion view to use this generic view instead of a manually adapted delete view
-
Benjamin Hättasch authored
This implements #144 Don't show slots, slot creation button, and availabilities for wishes on detail page Don't create slots for wishes automatically (and don't ask for durations) Automatically create one slot when wish changes to AK Automatically remove all unscheduled slots when AK changes to wish
-
Nadja Geisler authored
Improve interest entering view See merge request !131
-
- Sep 26, 2022
-
-
Benjamin Hättasch authored
Previously, linking of next and previous AKs did not always work correctly for wishes Also remove input for interest on AK list
-
- Aug 17, 2022
-
-
Nadja Geisler authored
Improve view for AKs requiring special attention See merge request !130
-
Make sure missing availabilities are only reported for AKs and not wishes Improve efficiency
-
Nadja Geisler authored
Introduce admin view to enter interest and ad-hoc comments for AKs Closes #147 See merge request !129
-
Benjamin Hättasch authored
Implements #147
-
Benjamin Hättasch authored
-
Nadja Geisler authored
Introduce new view for attention requiring AKs Closes #146 See merge request !128
-
Benjamin Hättasch authored
Implements #146 Show: AKs with comments, AK wishes with slots, AKs without availabilities, AKs without slots
-
- Aug 16, 2022
-
-
Nadja Geisler authored
Mark resolved constraint violations in list and improve sorting Closes #148 See merge request !127
-
This implements #148
-
Nadja Geisler authored
Show link to registration page on admin login and link backend in footer of frontend Closes #140 See merge request !126
-
- Aug 15, 2022
-
-
Benjamin Hättasch authored
This implements #140
-
Nadja Geisler authored
Make sure new additional slots have the correct default length See merge request !125
-
-
Nadja Geisler authored
Default availability for new AKs Closes #129 See merge request !124
-
Benjamin Hättasch authored
This implements #129
-
Nadja Geisler authored
-
This makes the usage of save(commit=False) obsolete that could cause issues for the creation of Availabilities (due to atomicy of transactions).
-
Only store AK in database once all attributes are correctly set. Previously, each AK was automatically edited directly after saving to add the link, which created two history entries for that AK. This resolves #141. Additionally, only display slots as (re-)scheduled when they are indeed scheduled (i.e., have a starting time stamp).
-
Truncate the length of the AK url if the title is too long and inform the user This resolves #142
-
Make sure plan is hidden by default and allow to adapt/change this during the usage of the wizard This fixes #115
-
This resolves #143
-
-
Nadja Geisler authored
Show link to status page in event edit view See merge request !122
-
- Aug 13, 2022
-
-
Benjamin Hättasch authored
-
- May 25, 2022
-
-
Nadja Geisler authored
Improve filters in admin views to restrict options when event filter is active Closes #128 See merge request !121
-
For admin views of AK (category, requirements), Room (properties), AKSlot (room) the mentioned filters now only show choices related to the current event if such a filter is active at the same time. This implements #128 Additionally, the filter ordering was adapted for all admin views (event now always shows up first)
-
Nadja Geisler authored
Autoreload of plan See merge request !120
-
This visualizes the state and allows to turn it on and off with a click
-
-
-