Enforce uppercase README.md and TODO.md filenames

- Renamed all Readme.md → README.md
- Renamed all Todo.md → TODO.md
- Added integration test (tests/integration/test_filename_conventions.py) to automatically check naming convention.

Background:
Consistency in file naming (uppercase README.md and TODO.md) avoids issues with case-sensitive filesystems and ensures desktop cards (e.g. Pretix) are properly included.
Ref: https://chatgpt.com/share/68b1d135-c688-800f-9441-46a3cbfee175
This commit is contained in:
2025-08-29 18:11:53 +02:00
parent c23fbd8ec4
commit 2fccebbd1f
38 changed files with 27 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
# Todo
- Finish LDAP implementation
- Check if this current network setting makes sense. Seems a bit unneccessary complicated. Could be that a more straight foreword approach makes more sense.
- Implement, that username can just be identical to ldap\keycloak username. First dirty hack; Block the changing of the field via JS