feat: persist booked dates in JSON file and exclude booked dates from selection
This commit is contained in:
@@ -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.
|
||||
Reference in New Issue
Block a user