- Jan 01, 2023
-
-
Benjamin Hättasch authored
Add a new link to edit form leading to owner creation form and passing the primary key of the edited AK/wish to that view To realize that link, the corresponding field is excluded from the default form rendering and the rendering is triggered manually for that field (and the name field that should still appear on top) When user is successfully created, they is set as owner of an AK, the user is redirect to the detail page of that AK and a message is displayed Add corresponding test This implements #96 and #86
-
- 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
-
-
-
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
-
- 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
-
- Oct 29, 2021
-
-
Nadja Geisler authored
-
Benjamin Hättasch authored
Additionally, remove obsolete logging
-
Benjamin Hättasch authored
-
- Jan 16, 2021
-
-
Nadja Geisler authored
-
- Nov 06, 2020
-
-
Dominik Weitz authored
-
- Nov 03, 2020
-
-
Add model Add to admin interface Add and link create view in frontend Add translations
-
- Oct 05, 2020
-
-
Benjamin Hättasch authored
Implements #89 This will show a box with information (room and remaining time) about AKs currently going on or starting in less than 2 hours.
-
- May 24, 2020
-
-
Benjamin Hättasch authored
-
- May 14, 2020
-
-
Nadja Geisler authored
availabilities in AK submission availabilities in AK wish submission
-
- May 13, 2020
-
-
Benjamin Hättasch authored
Trying to load the AK list or AK submission page will result in an error message when there are no categories configured yet. Additionally, the virtual Wishes category is now represented by a real category object instead of an dictionary
-
- May 12, 2020
-
-
Benjamin Hättasch authored
Use tabbed-view for ak list, too Reduce code duplication between submission overview and ak list Cleanup filtering in view Display message when (filtered) AK list is empty Remove submission button from dashboard when event is inactive Closes #70
-
-
- May 11, 2020
-
-
Benjamin Hättasch authored
Introduce new mixin Replace edit & create views by redirects to overview page Prevent inserting/updating for AKs and Owners Disable interest counter Hide interest button Update translations
-
Benjamin Hättasch authored
This fix ensures that the categories in submission overview are shown even when there is no AK with this category submitted yet.
-
- May 10, 2020
-
-
Nadja Geisler authored
remove tags list add tracks list filter categories list by event allow ak list filtering by track
-
AK model: add online interest field, add increment function add increment and redirect view add Button and counter in detail view add translations
-
Nadja Geisler authored
work with new unique_together instead of unique property
-
Nadja Geisler authored
-
- Oct 29, 2019
-
-
Benjamin Hättasch authored
Add contact email address to event model Show email link in footer Fix missing event reference in AKDetailView
-
- Oct 25, 2019
-
-
Benjamin Hättasch authored
-
Nadja Geisler authored
-
Benjamin Hättasch authored
-
- Oct 24, 2019
-
-
Benjamin Hättasch authored
Add base url field to event Generate Wiki link from title and base url
-
Benjamin Hättasch authored
Improve blank and unique constraints of model: - allow blank starting times of slotes to store durations before scheduling and adapt string representation - change unique constraint from name and shortname of AK to unique for each event only Implement handling of tags for submission and update (auto-creation) by using a semicolon-separated text file instead of multiple choice field Implement handling of durations for submission Automatically generate short name Use different forms for submission and update Use special adapted template for AK updates instead of submission template Fix EventSlugMixin for POST requests
-
Benjamin Hättasch authored
Set URLs for edit views in templates
-
Benjamin Hättasch authored
Introduce existing owner select field and dispatching views for POST submitted owner id Adapt redirection flows Adapt submission overview template Introduce Owner edit view Fix prepopulation issue in AKWish creation view (caused by inheritance) Adapt template name to role as create and update template Fix context issue for AK creation view (missing owner attribute)
-
- Oct 23, 2019
-
-
Nadja Geisler authored
currently only works when creating a new owner
-
- Oct 21, 2019
-
-
Benjamin Hättasch authored
Add visualization to ak list and detail page Add option to treat them as an own category on submission overview
-
- Oct 20, 2019
-
-
Benjamin Hättasch authored
Add description to category model Show tabbed list of different categories of AKs on submission overview
-
- Oct 19, 2019
-
-
Nadja Geisler authored
create template for AK wish submission create form for AK wish submission create view for AK wish submission adapt urls and buttons
-
Benjamin Hättasch authored
-
Benjamin Hättasch authored
Add TODOs for other data manipulation/auto-creation/...-tasks
-
- Oct 18, 2019
-
-
Benjamin Hättasch authored
Add template and template tag for messages Adapt success url of AK creation to point to detail page of created AK and show success message
-