Replies: 4 comments 7 replies
|
Also what is up w/ https://github.com/evroon/bracket/blob/master/backend/bracket/schema.py#L100-L103 |
|
What do you mean by RFC? |
|
I was thinking, there's support for custom margin and custom duration. Custom times could make use of the custom margin to update the times |
|
I still don't really understand what your goal is. If it is to have matches start later than they would be planned back-to-back, I think it would make more sense to implement a "break" feature. Custom times are going to be annoying to be used, not only because we already have custom duration and custom margins, but also because you would easily forget to update them if something else in the planning changes. Other systems also implement this custom duration, custom margin and break method of adjusting the planning. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Any RFCs on adding custom start time functionality for matches @evroon? Could be handled either via a flag that states that a match is using custom scheduling. Also this would be for multi day scheduling, so the planning page would need to show the date too.
All reactions