feat: persist booked dates in JSON file and exclude booked dates from selection

This commit is contained in:
2026-08-12 18:10:53 +02:00
parent 8685b3c466
commit 23baff9ef0
6 changed files with 102 additions and 5 deletions
@@ -0,0 +1 @@
I now want the application to maintain a list of booked dates. That can be a simple text file or json file. every time a booking is submitted, the date should be added to that file. When offering available dates for selection, the application should read that file and exclude any dates that have already been booked.