- Oct 31, 2023
-
-
Benjamin Hättasch authored
Add or complete docstrings Remove code smells Disable irrelevant warnings Remove empty admin.py (to disable doc generation for an empty module) Add additional test cases and improve basic test interface (support both 403 and 302 in case the user lacks rights to see a view through optional configuration) Improve usage of types for API endpoints (e.g., restrict writing endpoints to writing only)
-
- May 15, 2023
-
-
Benjamin Hättasch authored
Move AKModel views into several subfiles to improve overview and resolve problems with circular imports Introduce new modular status page handling (widgets and views) Port main status page to new structure Move AK messages status page visualization to AKSubmission (therefore, they automatically do not show up when there is no possibility to create them) Introduce status widget for virtual rooms Fix timezone issue for rendering of AK messages on status page Adapt status page URL in several views and tests
-
- Jan 02, 2023
-
-
Benjamin Hättasch authored
-
- Dec 03, 2022
-
-
Benjamin Hättasch authored
-
- Nov 26, 2022
-
-
Benjamin Hättasch authored
-
- Aug 16, 2022
-
-
This implements #148
-
- May 25, 2022
-
-
This includes returning the edit url as part of the (internal) API response
-
- May 13, 2021
-
-
Benjamin Hättasch authored
-
- May 10, 2021
-
-
This also introduces some additional properties for human readable details of the violations to the model
-
- May 09, 2021
-
-
Benjamin Hättasch authored
This also introduces some additional properties for human readable details of the violations to the model
-
- Jan 17, 2021
-
-
Benjamin Hättasch authored
Move background event color to scheduling init code instead of every single background event
-
- Nov 05, 2020
-
-
Benjamin Hättasch authored
This prevents it from being edited in scheduling view
-
- Nov 04, 2020
-
-
Nadja Geisler authored
-
-
Introduce writable API for events (protected) Implement change callback function in javascript Use full version of jquery in admin backend (to make ajax functionality available)
-
-