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
+5
View File
@@ -0,0 +1,5 @@
next step after "2-dateselect.prompt.md":
i want to be able to define the available activities in a separate json file. for each activity, i want to define the following properties: name and icon. icon will always be a simple unicode icon. so it should be able to be treated as a character in the html
for now, i want to drop the option to select a time. the date itself should be enough
@@ -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