From 3f18d1fb84ad28ee00d5cca83dc93254f25e4f12 Mon Sep 17 00:00:00 2001 From: Ozan Kurt Date: Tue, 7 Dec 2021 23:04:16 +0100 Subject: [PATCH] Update TODO.md --- TODO.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/TODO.md b/TODO.md index 1a10435..9306c00 100644 --- a/TODO.md +++ b/TODO.md @@ -2,23 +2,23 @@ ## Make Reservations Endpoint -[x] Read request input from the validator output -[x] You cannot make a reservation on a pending or a hidden office -[x] Test you can make a reservation starting next day but cannot make one on same day -[x] Email user & host when a reservation is made -[x] Email user & host on reservation start day -[x] Generate WIFI password for new reservations (store encrypted) +- [x] Read request input from the validator output +- [x] You cannot make a reservation on a pending or a hidden office +- [x] Test you can make a reservation starting next day but cannot make one on same day +- [x] Email user & host when a reservation is made +- [x] Email user & host on reservation start day +- [x] Generate WIFI password for new reservations (store encrypted) ## Cancel Reservation Endpoint -[x] Must be authenticated & email verified -[x] Token (if exists) must allow `reservations.cancel` -[x] Can only cancel their own reservation -[x] Can only cancel an active reservation that has a start_date in the future +- [x] Must be authenticated & email verified +- [x] Token (if exists) must allow `reservations.cancel` +- [x] Can only cancel their own reservation +- [x] Can only cancel an active reservation that has a start_date in the future ## Housekeeping -[x] Filter offices by tag -[x] API should return the full URI of the image so that the consumer can load it easily -[] Test SendDueReservationsNotifications command +- [x] Filter offices by tag +- [x] API should return the full URI of the image so that the consumer can load it easily +- [ ] Test SendDueReservationsNotifications command