Skip to content

Commit e355569

Browse files
committed
all changes as of 1/12/2024
1 parent eb556b4 commit e355569

File tree

15 files changed

+3837
-16717
lines changed

15 files changed

+3837
-16717
lines changed

package-lock.json

Lines changed: 3723 additions & 16654 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
7.37 MB
Loading
-1.12 MB
Binary file not shown.
2.47 MB
Loading
1.93 MB
Loading
2.23 MB
Loading
2.07 MB
Loading
1.28 MB
Loading
1.94 MB
Loading

src/data/EventsDatabase.tsx

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

3-
const semesterEnd = '12/11/23'
3+
// const semesterEnd = '12/11/23'
44

55
const EVENT_INFO: EventObject[] = [
66
{
77
title: 'Weekly Programming Meeting',
88
description: 'The weekly meeting for the programming sub-team. Take a look at the code for the robot and ',
99
date: new Date(''),
10-
time: '5:30 PM',
10+
time: '',
1111
location: 'The ideas hub (second floor of the engineering building)',
1212
weekly: true,
13-
endDate: new Date(semesterEnd)
13+
// endDate: new Date(semesterEnd)
1414
},
1515
{
1616
title: 'Weekly Electrical Meeting',
1717
description: 'The weekly meeting for the electrical sub-team. Talk about improved batteries, wiring, and more!',
1818
date: new Date(''),
19-
time: '5:00 PM',
19+
time: '',
2020
location: 'The ideas hub (second floor of the engineering building)',
2121
weekly: true,
22-
endDate: new Date(semesterEnd)
22+
// endDate: new Date(semesterEnd)
2323
},
2424
{
2525
title: 'Weekly Mechanical Meeting',
2626
description: 'The weekly meeting for the mechanical sub-team. Learn about the design aspects of robot and 3D model parts.',
2727
date: new Date(''),
28-
time: '1:00 PM',
28+
time: '',
2929
location: 'The ideas hub (second floor of the engineering building)',
3030
weekly: true,
31-
endDate: new Date(semesterEnd)
31+
// endDate: new Date(semesterEnd)
3232
},
3333
{
3434
title: 'First GBM of the Fall Semester',

0 commit comments

Comments
 (0)