- Feb 25, 2025
-
-
Benjamin Hättasch authored
Introduce model (including migration and admin interface) Integrate into new event wizard Display as property in details representation (e.g., used in scheduler) Allow to choose types in AK add/edit forms Show type info on AK detail page and in overview table Adjust tests (including new tests for requirement and type visibility in submission form) Update translations
-
- May 04, 2024
-
-
Benjamin Hättasch authored
Disable requirements field completely instead of hiding it. This fixes AK editing which was broken when no requirements where configured.
-
- Apr 21, 2024
-
-
Benjamin Hättasch authored
This implements #199
-
Benjamin Hättasch authored
This implements #212.
-
Benjamin Hättasch authored
This ensures that it is always called when new AKs are created. Additionally, editing of links in frontend is disabled, preventing diverging links between our tool and the wiki export. This fixes #193 and #204.
-
- Oct 31, 2023
-
-
Benjamin Hättasch authored
Add docstrings Remove code-duplications for dispatching user selection on submission overview Remove code smells Remove unused admin.py Remove unused view in views
-
Benjamin Hättasch authored
I think, that makes sense since it is supposed to be used by the graphical scheduling view
-
- Jan 02, 2023
-
-
Benjamin Hättasch authored
-
- Jan 01, 2023
-
-
Benjamin Hättasch authored
This remove the AKTags model and its usage in views, forms, templates, translations, and backup script This implements #164
-
- Dec 03, 2022
-
-
Benjamin Hättasch authored
-
- Dec 02, 2022
-
-
Benjamin Hättasch authored
This implements #120
-
- Sep 27, 2022
-
-
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
-
- Aug 15, 2022
-
-
-
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).
-
- May 12, 2022
-
-
Benjamin Hättasch authored
Add a new mandatory event reference to the model Add a migration that makes sure all existing messages are updated accordingly Adapt the frontend view that sends the message to fill the event field
-
- May 05, 2021
-
-
Benjamin Hättasch authored
-
- Nov 12, 2020
-
-
Benjamin Hättasch authored
-
- Nov 03, 2020
-
-
Add model Add to admin interface Add and link create view in frontend Add translations
-
- May 24, 2020
-
-
Benjamin Hättasch authored
Hide protocol link for AK and wish submission form Fix js/css for wish submission
-
- May 21, 2020
-
-
Benjamin Hättasch authored
Add field to model Use field in form Display field in ak detail view Show track in ak detail view Update translations
-
- May 20, 2020
-
-
Benjamin Hättasch authored
Closes #84
-
- May 14, 2020
-
-
Nadja Geisler authored
availabilities in AK submission availabilities in AK wish submission
-
- May 12, 2020
-
-
Benjamin Hättasch authored
-
- May 11, 2020
-
-
Nadja Geisler authored
-
Nadja Geisler authored
-
- May 10, 2020
-
-
Nadja Geisler authored
work with new unique_together instead of unique property
-
Nadja Geisler authored
-
- Oct 25, 2019
-
-
Benjamin Hättasch authored
-
Nadja Geisler authored
associate AKTrack with an Event associate AKCategory with an Event restrict AK requirements to those associated with the same event restrict AK categories to those associated with the same event
-
Nadja Geisler authored
truncate before numbering remove debug print statements
-
Nadja Geisler authored
add default slot size to Event model set initial form value to event deafult slot size
-
Nadja Geisler authored
-
Nadja Geisler authored
-
Nadja Geisler authored
if ': ' cut off starting there if ' - ' cut off starting there if ' (' cut off starting there cut to appropriate length
-
Nadja Geisler authored
-
Benjamin Hättasch authored
-
- Oct 24, 2019
-
-
Benjamin Hättasch authored
Only change appearance of owner field for normal submission but not for wishes (since they don't have owners)
-
Benjamin Hättasch authored
-