Feature: Hopefully final version of timetable (DANIEL FFS STOP CHANGING IT)

This commit is contained in:
Rene Arumetsa
2025-10-13 13:54:08 +03:00
parent 40470ae622
commit 8008ea7c6b
3 changed files with 92 additions and 45 deletions

View File

@@ -13,20 +13,40 @@ export const scheduleData: Record<string, ScheduleItem[]> = {
time: "17:00",
},
{
titleKey: "schedule.events.preTournamentWarmup",
locationKey: "schedule.locations.auditoriumAndStudentHouse",
titleKey: "schedule.events.miniTournaments",
locationKey: "schedule.locations.studentHouse",
time: "18:00",
},
{
titleKey: "schedule.events.killerInstinct",
titleKey: "schedule.events.tournamentRegistration",
locationKey: "schedule.locations.auditorium",
time: "18:00",
},
{
titleKey: "schedule.events.streetFighter6",
locationKey: "schedule.locations.studentHouse",
time: "18:00",
},
{
titleKey: "schedule.events.smashBrosUltimate",
locationKey: "schedule.locations.studentHouse",
time: "18:30",
},
{
titleKey: "schedule.events.mainTournamentsStart",
titleKey: "schedule.events.cs2Tournament",
locationKey: "schedule.locations.auditorium",
time: "20:00",
},
{
titleKey: "schedule.events.lolTournament",
locationKey: "schedule.locations.auditorium",
time: "20:00",
},
{
titleKey: "schedule.events.sf6SsbuFinale",
locationKey: "schedule.locations.studentHouse",
time: "22:00",
},
{
titleKey: "schedule.events.doorsClose",
locationKey: "schedule.locations.auditoriumAndStudentHouse",
@@ -40,30 +60,45 @@ export const scheduleData: Record<string, ScheduleItem[]> = {
time: "10:00",
},
{
titleKey: "schedule.events.warmup",
locationKey: "schedule.locations.auditoriumAndStudentHouse",
time: "10:30",
titleKey: "schedule.events.cs2Continue",
locationKey: "schedule.locations.auditorium",
time: "11:00",
},
{
titleKey: "schedule.events.mainTournamentsContinue",
titleKey: "schedule.events.lolContinue",
locationKey: "schedule.locations.auditorium",
time: "12:00",
},
{
titleKey: "schedule.events.miniTournamentsStart",
titleKey: "schedule.events.2xkoTournament",
locationKey: "schedule.locations.studentHouse",
time: "13:00",
time: "12:00",
},
{
titleKey: "schedule.events.granblue",
titleKey: "schedule.events.tekken8Tournament",
locationKey: "schedule.locations.studentHouse",
time: "13:30",
time: "12:30",
},
{
titleKey: "schedule.events.granTurismoFinal",
titleKey: "schedule.events.2xkoTekken8Finale",
locationKey: "schedule.locations.studentHouse",
time: "18:00",
},
{
titleKey: "schedule.events.lolFinale",
locationKey: "schedule.locations.auditorium",
time: "18:30",
},
{
titleKey: "schedule.events.granTurismoFinale",
locationKey: "schedule.locations.studentHouse",
time: "20:00",
},
{
titleKey: "schedule.events.lolTournamentSemifinals",
locationKey: "schedule.locations.auditorium",
time: "*01:00",
},
{
titleKey: "schedule.events.doorsClose",
locationKey: "schedule.locations.auditoriumAndStudentHouse",
@@ -72,22 +107,22 @@ export const scheduleData: Record<string, ScheduleItem[]> = {
],
oct26: [
{
titleKey: "schedule.events.expoClosed",
locationKey: "schedule.locations.studentHouse",
time: "all day",
},
{
titleKey: "schedule.events.cs2FinalStart",
titleKey: "schedule.events.cs2Finale",
locationKey: "schedule.locations.auditorium",
time: "10:00",
},
{
titleKey: "schedule.events.cs2Final",
titleKey: "schedule.events.cs2FinalMatch",
locationKey: "schedule.locations.auditorium",
time: "15:30",
},
{
titleKey: "schedule.events.cs2TournamentFinale",
locationKey: "schedule.locations.auditorium",
time: "18:00",
},
{
titleKey: "schedule.events.awardCeremony",
titleKey: "schedule.events.doorsClose",
locationKey: "schedule.locations.auditorium",
time: "18:30",
},