You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's only one URL/path for the schedule (/competition/schedule/), and it only shows one upcoming LAN. It should be possible to show schedules for other LANs. The schedule could be generalized for the whole event as well, not limited to just competitions.
Possible Fix
Replace the current path with /schedule/, /schedule/<lan_id> and /schedule/list, where /schedule/ redirects to the former if there is exactly one upcoming lan, and to the latter if not. If generalizing it to not just compos, move the navbar item out of the competitions group.
I've marked it as won't-fix since we're not using the schedule anyways.
Feature or Bug?
Description
There's only one URL/path for the schedule (
/competition/schedule/), and it only shows one upcoming LAN. It should be possible to show schedules for other LANs. The schedule could be generalized for the whole event as well, not limited to just competitions.Possible Fix
Replace the current path with
/schedule/,/schedule/<lan_id>and/schedule/list, where/schedule/redirects to the former if there is exactly one upcoming lan, and to the latter if not. If generalizing it to not just compos, move the navbar item out of the competitions group.I've marked it as won't-fix since we're not using the schedule anyways.