NaevaTheCat / corroboree

0 stars 0 forks source link

config model #8

Closed NaevaTheCat closed 5 months ago

NaevaTheCat commented 6 months ago
NaevaTheCat commented 6 months ago
NaevaTheCat commented 6 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.

NaevaTheCat commented 6 months ago

Need to validate seasonal overlaps and booking type overlaps. Will require a complex set of validators. Off the top of my head:

NaevaTheCat commented 5 months ago

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?