Files
date-wizard/.github/prompts/9-collect-booking-dates.prompt.md

1 line
317 B
Markdown

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.