Skip to content

Commit 2751348

Browse files
committed
Updated weekly meeting times
1 parent e224a9d commit 2751348

1 file changed

Lines changed: 7 additions & 13 deletions

File tree

src/data/EventsDatabase.tsx

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { EventObject } from '../tools/CustomTypes'
22

3-
const semesterEnd = '12/17/25'
3+
const semesterEnd = '04/29/26'
44
const EVENT_INFO: EventObject[] = [
55
// {
66
// title: 'Weekly SolidWorks Workshop',
@@ -15,21 +15,14 @@ const EVENT_INFO: EventObject[] = [
1515
{
1616
title: 'General Body Meeting',
1717
description: 'First GBM of the semester, talking about the goals for the year and updates on the competition.',
18-
date: new Date('2025-08-27T18:30:00'),
19-
location: 'Fishbowl (College of Engineering EN 102)'
20-
},
21-
{
22-
title: 'Lockheed Martin Recruitment event',
23-
description: `Lockheed Martin is coming out to talk to the members about recruitment opportunities
24-
and food will be available as well`,
25-
date: new Date('2025-09-22T17:00:00'),
18+
date: new Date('2026-02-09T18:30:00'),
2619
location: 'Fishbowl (College of Engineering EN 102)'
2720
},
2821
{
2922
title: 'Weekly Programming Meeting',
3023
description: `The weekly meeting for the programming sub-team. Learn how to program the robot in ROS (Robot Operating System)
3124
and more!`,
32-
date: new Date('2025-09-05T14:00:00'),
25+
date: new Date('2026-02-09T17:30:00'),
3326
location: 'The ideas hub (second floor of the engineering building)',
3427
weekly: true,
3528
endDate: new Date(semesterEnd),
@@ -39,16 +32,17 @@ const EVENT_INFO: EventObject[] = [
3932
title: 'Weekly Electrical Meeting',
4033
description: `The weekly meeting for the electrical sub-team. Talk about improved batteries, wiring, custom motor controllers
4134
and more!`,
42-
date: new Date('2025-09-08T17:00:00'),
35+
date: new Date('2026-02-09T17:00:00'),
4336
location: 'The ideas hub (second floor of the engineering building)',
4437
weekly: true,
4538
endDate: new Date(semesterEnd),
4639
duration: 60 // 1 hour
4740
},
4841
{
4942
title: 'Weekly Mechanical Meeting',
50-
description: 'The weekly meeting for the mechanical sub-team. Learn about the design aspects of robot and 3D model parts.',
51-
date: new Date('2025-09-02T17:00:00'),
43+
description: `The weekly meeting for the mechanical sub-team. Learn about the design aspects of robot and 3D model parts.
44+
As well as machining and assembling the robot!`,
45+
date: new Date('2026-02-04T18:00:00'),
5246
location: 'The ideas hub (second floor of the engineering building)',
5347
weekly: true,
5448
endDate: new Date(semesterEnd),

0 commit comments

Comments
 (0)