|
1 | 1 | import { EventObject } from '../tools/CustomTypes' |
2 | 2 |
|
3 | | -// const semesterEnd = '12/11/23' |
| 3 | +const semesterEnd = '5/30/25' |
4 | 4 |
|
5 | 5 | const EVENT_INFO: EventObject[] = [ |
6 | | - { |
7 | | - title: 'General Body Meeting', |
8 | | - description: `Learn more about the club and what we do! If you have any interest at all, |
9 | | - we highly recommend you joining us!`, |
10 | | - date: new Date('9/4/2024'), |
11 | | - time: '5:00pm', |
12 | | - location: 'The Fish Bowl (first floor pf the engineering building)' |
13 | | - }, |
| 6 | + // { |
| 7 | + // title: 'General Body Meeting', |
| 8 | + // description: `Learn more about the club and what we do! If you have any interest at all, |
| 9 | + // we highly recommend you joining us!`, |
| 10 | + // date: new Date('1/11/2025'), |
| 11 | + // time: '5:00pm', |
| 12 | + // location: 'The Fish Bowl (first floor pf the engineering building)' |
| 13 | + // }, |
14 | 14 | { |
15 | 15 | title: 'Weekly Programming Meeting', |
16 | | - description: 'The weekly meeting for the programming sub-team. Take a look at the code for the robot and ', |
17 | | - date: new Date('9/11/2024'), |
18 | | - time: '5:00pm', |
| 16 | + description: 'The weekly meeting for the programming sub-team. Take a look at the code for the robot', |
| 17 | + date: new Date('TBD'), |
| 18 | + time: 'TBD', |
19 | 19 | location: 'The ideas hub (second floor of the engineering building)', |
20 | | - weekly: true |
21 | | - // endDate: new Date(semesterEnd) |
| 20 | + weekly: true, |
| 21 | + endDate: new Date(semesterEnd) |
22 | 22 | }, |
23 | 23 | { |
24 | 24 | title: 'Weekly Electrical Meeting', |
25 | 25 | description: 'The weekly meeting for the electrical sub-team. Talk about improved batteries, wiring, and more!', |
26 | | - date: new Date('9/9/2024'), |
27 | | - time: '6:00', |
| 26 | + date: new Date('TBD'), |
| 27 | + time: 'TBD', |
28 | 28 | location: 'The ideas hub (second floor of the engineering building)', |
29 | | - weekly: true |
30 | | - // endDate: new Date(semesterEnd) |
| 29 | + weekly: true, |
| 30 | + endDate: new Date(semesterEnd) |
31 | 31 | }, |
32 | 32 | { |
33 | 33 | title: 'Weekly Mechanical Meeting', |
34 | 34 | description: 'The weekly meeting for the mechanical sub-team. Learn about the design aspects of robot and 3D model parts.', |
35 | | - date: new Date('9/11/2024'), |
36 | | - time: '4:00pm', |
| 35 | + date: new Date('TBD'), |
| 36 | + time: 'TBD', |
37 | 37 | location: 'The ideas hub (second floor of the engineering building)', |
38 | | - weekly: true |
39 | | - // endDate: new Date(semesterEnd) |
| 38 | + weekly: true, |
| 39 | + endDate: new Date(semesterEnd) |
40 | 40 | } |
41 | 41 | // { |
| 42 | + // title: 'Weekly Programming Meeting', |
| 43 | + // description: 'The weekly meeting for the programming sub-team. Take a look at the code for the robot', |
| 44 | + // date: new Date('1/1/2025'), |
| 45 | + // time: '5:00pm', |
| 46 | + // location: 'The ideas hub (second floor of the engineering building)', |
| 47 | + // weekly: true, |
| 48 | + // endDate: new Date(semesterEnd) |
| 49 | + // }, |
| 50 | + // { |
| 51 | + // title: 'Weekly Electrical Meeting', |
| 52 | + // description: 'The weekly meeting for the electrical sub-team. Talk about improved batteries, wiring, and more!', |
| 53 | + // date: new Date('1/2/2025'), |
| 54 | + // time: '6:00', |
| 55 | + // location: 'The ideas hub (second floor of the engineering building)', |
| 56 | + // weekly: true, |
| 57 | + // endDate: new Date(semesterEnd) |
| 58 | + // }, |
| 59 | + // { |
| 60 | + // title: 'Weekly Mechanical Meeting', |
| 61 | + // description: 'The weekly meeting for the mechanical sub-team. Learn about the design aspects of robot and 3D model parts.', |
| 62 | + // date: new Date('1/2/2025'), |
| 63 | + // time: '4:00pm', |
| 64 | + // location: 'The ideas hub (second floor of the engineering building)', |
| 65 | + // weekly: true, |
| 66 | + // endDate: new Date(semesterEnd) |
| 67 | + // } |
| 68 | + // { |
42 | 69 | // title: 'Engineering Week Showcase', |
43 | 70 | // description: 'Meet us to see the robot in action and learn about the club!', |
44 | 71 | // date: new Date(''), |
|
0 commit comments