-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
608 Backend send confirmation on manual booking (#718)
* Change /bookings/create-booking to take a single userid Changed tests and updated interfaces * Move create-bookings from BookingController to AdminController Moved corresponding tests too. Next objective is to update frontend * Change client to use /admin/bookings/create Changed client end to use the endpoint specified instead of /bookings/create-bookings * Edit AdminController to use an Array of dates & users Revert change to `UIdssByDateRangeResponse` interface * Add mail service for manual bookings Also fixed some weird conflicts * Add jest mock for nodemailer This fixes the error while running `yarn test`
- Loading branch information
1 parent
4c3d332
commit 464656c
Showing
11 changed files
with
439 additions
and
413 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.