feat: load dynamic settings and add identity selection page

This commit is contained in:
2026-08-12 12:09:54 +02:00
parent cc1bb0934e
commit 8f99d2a26e
6 changed files with 207 additions and 0 deletions
@@ -0,0 +1,3 @@
now i want to be able to define available dates in the same file. call the file appsettings.json instead of activities.json. the file should contain two arrays: one for activities and one for available dates. each date should be defined as a string in the format "YYYY-MM-DD".
additional to that, i want to be able to define names that can be selected for me to know who schedules the date. so the file should contain a third array called "names" with strings for each name. Add a page right after the date selection