Skip to content

Commit 67e7c9b

Browse files
committed
feat: ✨ update general schedule
1 parent d7d2558 commit 67e7c9b

File tree

2 files changed

+19
-7
lines changed

2 files changed

+19
-7
lines changed

apps/jsconf/src/data/agenda/agenda.ts

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
const agenda = {
22
friday: [
3+
{
4+
time_start: '2024-12-06T09:00:00.000Z',
5+
time_end: '2024-12-06T09:30:00.000Z',
6+
speaker_name: 'Bienvenida',
7+
description: ''
8+
},
39
{
410
time_start: '2024-12-06T09:30:00.000Z',
511
time_end: '2024-12-06T10:00:00.000Z',
@@ -9,8 +15,8 @@ const agenda = {
915
{
1016
time_start: '2024-12-06T10:00:00.000Z',
1117
time_end: '2024-12-06T10:30:00.000Z',
12-
speaker_name: 'Próximamente',
13-
description: '???????????????????????'
18+
speaker_name: 'Santiago Bosio',
19+
description: 'pnpm (your new favorite package manager)'
1420
},
1521
{
1622
time_start: '2024-12-06T10:30:00.000Z',
@@ -76,17 +82,23 @@ const agenda = {
7682
{
7783
time_start: '2024-12-06T17:00:00.000Z',
7884
time_end: '2024-12-06T17:30:00.000Z',
79-
speaker_name: 'Santiago Bosio',
80-
description: 'pnpm (your new favorite package manager)'
85+
speaker_name: 'Próximamente',
86+
description: '???????????????????????'
8187
},
8288
{
8389
time_start: '2024-12-06T17:30:00.000Z',
8490
time_end: '2024-12-06T18:00:00.000Z',
85-
speaker_name: 'Próximamente',
86-
description: '???????????????????????'
91+
speaker_name: 'Cierre',
92+
description: ''
8793
}
8894
],
8995
saturday: [
96+
{
97+
time_start: '2024-12-07T09:00:00.000Z',
98+
time_end: '2024-12-07T09:30:00.000Z',
99+
speaker_name: 'Bienvenida',
100+
description: ''
101+
},
90102
{
91103
time_start: '2024-12-07T09:30:00.000Z',
92104
time_end: '2024-12-07T10:00:00.000Z',

apps/jsconf/src/data/speakers/charlistas.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@
271271
"eventType": "Charla",
272272
"eventTitle": "pnpm (your new favorite package manager)",
273273
"eventDate": "06 Dec 2024",
274-
"eventHour": "17:00",
274+
"eventHour": "10:00",
275275
"eventEquipment": null,
276276
"eventBrief": "An entry-level talk on pnpm's features and evolution of package managers for Node.js projects"
277277
}

0 commit comments

Comments
 (0)