Ben Hardill
Ben Hardill
Still needs a UI/UX defining E.g. should there be a default that for Starter Team and editable for Pro/Enterprise? (any default should not be a single day/time) Also need to...
Pushing this back to draft as the multi-day component will will mean I need to rethink how the times are stored in the ProjectSettings table to be able to query...
@cstns I've updated the API to support selecting multiple days, please have a look at updating the UI. I have also added a test to the instance/Settings/index.js to cover if...
@cstns This looks good, just need to work out how we are going to do defaults (for Starter) and team level flags as who is allowed to turn it off...
Picks up defaults from the current team type
@knolleary Realised, this will store overrides for everything on first edit so they match the current TeamType. Because it pulls through from the TeamType if it doesn't match a Team...
> It would be cleaner, and easier to maintain, to add getFeatureProperty to the Team model and centralise the logic that checks for the presence of a local override, otherwise...
@knolleary ready for review again
@knolleary tests are passing again, should be good for a second look