Closed NaevaTheCat closed 7 months ago
Working on interface in wagtail admin snippets. Nice names and fields.
Then to add quality assurance and testing thereof. No need to be pretty yet, just editable.
Need to validate seasonal overlaps and booking type overlaps. Will require a complex set of validators. Off the top of my head:
Bookings can't be validated for some number of allowed rooms as manytomany relations require a pk in order to make the necessary join table. This will need to be done in admin view form validation?