Auto-end rounds when time expires, with winner determined by points.
Implementation:
- Start timer when round created (duration from
round.duration_seconds)
- When timer expires, auto-end with
end_method='points'
- Winner = competitor with higher points (or null if tied)
- Ref can still manually end early (submission/stoppage)
Auto-end rounds when time expires, with winner determined by points.
Implementation:
round.duration_seconds)end_method='points'