Skip to content

Commit

Permalink
fix: break slots have to continue after The Voxx
Browse files Browse the repository at this point in the history
  • Loading branch information
aheritier committed Mar 12, 2023
1 parent 7c934fc commit e416244
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/models/ConferenceDescriptor.scala
Expand Up @@ -672,19 +672,19 @@ object ConferenceDescriptor {
new DateTime(s"${secondDay}T19:30:00.000+02:00").toDateTime(confTimezone), List(firstRoomForBreaks))
, SlotBuilder(ConferenceSlotBreaks.empty, "thursday",
new DateTime(s"${secondDay}T19:30:00.000+02:00").toDateTime(confTimezone),
new DateTime(s"${secondDay}T20:00:00.000+02:00").toDateTime(confTimezone), List(firstRoomForBreaks))
new DateTime(s"${secondDay}T20:00:00.000+02:00").toDateTime(confTimezone), List(firstRoomForBreaks,ConferenceRooms.NEUILLY_251))
, SlotBuilder(ConferenceSlotBreaks.empty, "thursday",
new DateTime(s"${secondDay}T20:00:00.000+02:00").toDateTime(confTimezone),
new DateTime(s"${secondDay}T20:50:00.000+02:00").toDateTime(confTimezone), List(firstRoomForBreaks))
new DateTime(s"${secondDay}T20:50:00.000+02:00").toDateTime(confTimezone), List(firstRoomForBreaks,ConferenceRooms.NEUILLY_251))
, SlotBuilder(ConferenceSlotBreaks.empty, "thursday",
new DateTime(s"${secondDay}T20:50:00.000+02:00").toDateTime(confTimezone),
new DateTime(s"${secondDay}T21:00:00.000+02:00").toDateTime(confTimezone), List(firstRoomForBreaks))
new DateTime(s"${secondDay}T21:00:00.000+02:00").toDateTime(confTimezone), List(firstRoomForBreaks,ConferenceRooms.NEUILLY_251))
, SlotBuilder(ConferenceSlotBreaks.empty, "thursday",
new DateTime(s"${secondDay}T21:00:00.000+02:00").toDateTime(confTimezone),
new DateTime(s"${secondDay}T21:50:00.000+02:00").toDateTime(confTimezone), List(firstRoomForBreaks))
new DateTime(s"${secondDay}T21:50:00.000+02:00").toDateTime(confTimezone), List(firstRoomForBreaks,ConferenceRooms.NEUILLY_251))
, SlotBuilder(ConferenceSlotBreaks.empty, "thursday",
new DateTime(s"${secondDay}T21:50:00.000+02:00").toDateTime(confTimezone),
new DateTime(s"${secondDay}T23:00:00.000+02:00").toDateTime(confTimezone), List(firstRoomForBreaks))
new DateTime(s"${secondDay}T23:00:00.000+02:00").toDateTime(confTimezone), List(firstRoomForBreaks,ConferenceRooms.NEUILLY_251))
).flatten

val fridayBreaks = List(
Expand Down

0 comments on commit e416244

Please sign in to comment.