Skip to content

Commit 17528de

Browse files
committed
Added weekly subsystem dates
1 parent 2332eb5 commit 17528de

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

src/data/EventsDatabase.tsx

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,19 @@ const EVENT_INFO: EventObject[] = [
2727
},
2828
{
2929
title: 'Weekly Programming Meeting',
30-
description: 'The weekly meeting for the programming sub-team. Take a look at the code for the robot',
31-
date: new Date(''),
30+
description: `The weekly meeting for the programming sub-team. Learn how to program the robot in ROS (Robot Operating System)
31+
and more!`,
32+
date: new Date('2025-09-05T14:00:00'),
3233
location: 'The ideas hub (second floor of the engineering building)',
3334
weekly: true,
3435
endDate: new Date(semesterEnd),
3536
duration: 60 // 1 hour
3637
},
3738
{
3839
title: 'Weekly Electrical Meeting',
39-
description: 'The weekly meeting for the electrical sub-team. Talk about improved batteries, wiring, and more!',
40-
date: new Date(''),
40+
description: `The weekly meeting for the electrical sub-team. Talk about improved batteries, wiring, custom motor controllers
41+
and more!`,
42+
date: new Date('2025-09-08T17:00:00'),
4143
location: 'The ideas hub (second floor of the engineering building)',
4244
weekly: true,
4345
endDate: new Date(semesterEnd),
@@ -46,7 +48,7 @@ const EVENT_INFO: EventObject[] = [
4648
{
4749
title: 'Weekly Mechanical Meeting',
4850
description: 'The weekly meeting for the mechanical sub-team. Learn about the design aspects of robot and 3D model parts.',
49-
date: new Date(''),
51+
date: new Date('2025-09-02T17:00:00'),
5052
location: 'The ideas hub (second floor of the engineering building)',
5153
weekly: true,
5254
endDate: new Date(semesterEnd),

0 commit comments

Comments
 (0)