Release 2149
Trello card
Context
Schools can offer placement dates which can last multiple days, however the booking duration always defaults to 1 day when they accept requests.
The booking duration should be as long as the placement dates are and also allow the school managers to change it when making changes during the acceptance process.
Changes proposed in this pull request
- Update the booking model to inherit the placement date duration for fixed placement dates.
- Add a number field to allow to change the duration in the
acceptance/make_changespage
Guidance to review
- Accept a request for a fixed date
- Click
Make changes
There should be a duration field under the date field, which should have the placement date duration prefilled and allow you to update it.
The changes should be reflected in the confirmation email preview.