Skip to content
Snippets Groups Projects
  1. Mar 24, 2023
    • Benjamin Hättasch's avatar
      Improve virtual rooms · f894e1a8
      Benjamin Hättasch authored
      Use One2One relationship instead of inheritance
      This allows to add and also remove the virtual features of a room
      
      Introduce new model
      Create migrations to migrate from existing to new model + a squashed version knowing only about the new model for fresh installations
      Adapt admin views
      Add django-betterforms as dependency to simply create a form allowing to generate rooms with optionally a virtual component in a single view and create that form
      Add view to create rooms in that view and use instead of default django creation form
      Use the new name/structure in templates
      Move RoomForm to forms.py to make imports easier
      Update batch creation of rooms
      
      This resolves #150 and also resolves #179 since now rooms and virtual rooms (rooms with virtual features) are created using the same view
      f894e1a8
  2. Jan 01, 2023
  3. Nov 30, 2022
  4. Nov 28, 2022
  5. Nov 26, 2022
  6. Oct 23, 2022
  7. Sep 27, 2022
  8. Aug 17, 2022
  9. Aug 15, 2022
  10. May 25, 2022
  11. Oct 29, 2021
  12. Oct 28, 2021
  13. May 15, 2021
  14. May 08, 2021
  15. Apr 30, 2021
    • Benjamin Hättasch's avatar
      Introduce and use wizard for event creation and configuration · c8c87946
      Benjamin Hättasch authored
      The wizard is used instead of the normal built-in creation workflow
      It consists of multiple steps to specify the most fundamental settings (especially the timezone), further settings, copying AKCategories and AKRequirements from existing events and activating the event once the basic configuration is done
      The steps after the creation (first two steps) can be skipped
      c8c87946
  16. Apr 29, 2021
  17. Jan 16, 2021
  18. Nov 03, 2020
  19. Aug 31, 2020
  20. May 21, 2020
Loading