Skip to content

Commit bdc5ff2

Browse files
committed
Update of timetable for project and ecosystem track
1 parent e8ad228 commit bdc5ff2

File tree

2 files changed

+67
-21
lines changed

2 files changed

+67
-21
lines changed

src/components/timetable/Tuesday.astro

Lines changed: 28 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,20 @@ const breaks = [
5757
striped
5858
/>
5959
<Item
60-
title="Ecosystem track (TBA)"
60+
title="Ecosystem track: Bevy Engine (TBA)"
6161
color="blue"
6262
track={2}
6363
time="9:40"
6464
duration={35}
6565
room={secondary}
6666
striped
6767
/>
68-
<Item
69-
title="Ecosystem track (TBA)"
68+
<MultiItem
69+
talks={Array(3).fill({
70+
speaker: "",
71+
title: "GOSIM spotlight",
72+
image: "",
73+
})}
7074
color="blue"
7175
track={2}
7276
time="10:25"
@@ -134,16 +138,20 @@ const breaks = [
134138
/>
135139
<TrackIndicator afterDivider="11:30" track="Ecosystem track" color="blue" />
136140
<Item
137-
title="Ecosystem track (TBA)"
141+
title="Ecosystem track: App dev (TBA)"
138142
color="blue"
139143
track={2}
140144
time="11:30"
141145
duration={35}
142146
room={secondary}
143147
striped
144148
/>
145-
<Item
146-
title="Ecosystem track (TBA)"
149+
<MultiItem
150+
talks={Array(1).fill({
151+
speaker: "",
152+
title: "GOSIM spotlight",
153+
image: "",
154+
})}
147155
color="blue"
148156
track={2}
149157
time="12:15"
@@ -201,12 +209,8 @@ const breaks = [
201209
room={main}
202210
/>
203211
<TrackIndicator afterDivider="14:00" track="Ecosystem track" color="blue" />
204-
<MultiItem
205-
talks={Array(3).fill({
206-
speaker: "",
207-
title: "GOSIM spotlight",
208-
image: "",
209-
})}
212+
<Item
213+
title="Ecosystem track: Rust Embedded WG (TBA)"
210214
color="blue"
211215
track={2}
212216
time="14:00"
@@ -227,12 +231,9 @@ const breaks = [
227231
room={secondary}
228232
striped
229233
/>
230-
<MultiItem
231-
talks={Array(1).fill({
232-
speaker: "",
233-
title: "GOSIM spotlight",
234-
image: "",
235-
})}
234+
235+
<Item
236+
title="Ecosystem track: Critical infrastructure (TBA)"
236237
color="blue"
237238
track={2}
238239
time="15:30"
@@ -304,6 +305,15 @@ const breaks = [
304305
room={secondary}
305306
striped
306307
/>
308+
<Item
309+
title="Ecosystem track: Rust for Linux (TBA)"
310+
color="blue"
311+
track={2}
312+
time="17:05"
313+
duration={35}
314+
room={secondary}
315+
striped
316+
/>
307317
<TrackIndicator afterDivider="16:20" track="Industry track" color="red" />
308318
<Item
309319
title="Live Recording of 'Rust in Production'"

src/components/timetable/Wednesday.astro

Lines changed: 39 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,16 @@ const breaks = [
137137
color="red"
138138
track={3}
139139
time="11:30"
140-
duration={65}
140+
duration={35}
141+
room={tertiary}
142+
striped
143+
/>
144+
<Item
145+
title="Project track (TBA)"
146+
color="red"
147+
track={3}
148+
time="12:15"
149+
duration={20}
141150
room={tertiary}
142151
striped
143152
/>
@@ -198,7 +207,25 @@ const breaks = [
198207
color="red"
199208
track={3}
200209
time="14:00"
201-
duration={110}
210+
duration={35}
211+
room={tertiary}
212+
striped
213+
/>
214+
<Item
215+
title="Project track (TBA)"
216+
color="red"
217+
track={3}
218+
time="14:45"
219+
duration={35}
220+
room={tertiary}
221+
striped
222+
/>
223+
<Item
224+
title="Project track (TBA)"
225+
color="red"
226+
track={3}
227+
time="15:30"
228+
duration={20}
202229
room={tertiary}
203230
striped
204231
/>
@@ -243,7 +270,16 @@ const breaks = [
243270
color="red"
244271
track={3}
245272
time="16:20"
246-
duration={80}
273+
duration={35}
274+
room={tertiary}
275+
striped
276+
/>
277+
<Item
278+
title="Project track (TBA)"
279+
color="red"
280+
track={3}
281+
time="17:05"
282+
duration={35}
247283
room={tertiary}
248284
striped
249285
/>

0 commit comments

Comments
 (0)