Closed sandreae closed 4 years ago
I'm having a go at making this change, thought it might involve changing this value from "false" to "true" but no joy so far. Am I in the right area?
The database currently only stores used slots, to be more efficient. To get all slots be turned on by default requires a) filling the database with active slots for each event or b) changing the database logic to only hold disabled slots (much better).
Yeah, this requires then changes in the overall logic how a slot is represented internally.
Ah, sorry, I wasn't clear.
I'm suggesting that when registering a venue all slots should be disabled by default.
This is needed because many of the venues registering for the festival will only have maybe a couple of periods where they are available within the week long festival. So in this case there are a lot of slots to disable.....
I see! Still what I've written in the above comment counts. Disabled slots are currently stored in the database, I suggest to change the logic then to storing only active slots when changing the default.
This is implemented now as a Toggle button!
Slots disabled by default and enabled when selected. Slightly more intuitive for users.