11import { EventObject } from '../tools/CustomTypes'
22
3- const semesterEnd = '4/24 /25'
3+ const semesterEnd = '12/17 /25'
44const EVENT_INFO : EventObject [ ] = [
55 // {
66 // title: 'Weekly SolidWorks Workshop',
@@ -14,14 +14,14 @@ const EVENT_INFO: EventObject[] = [
1414 // },
1515 {
1616 title : 'General Body Meeting' ,
17- description : 'Updates on what happened since the last GBM and the plan for the rest of the semester as well as an activity ' ,
18- date : new Date ( '2025-04-05T17:00 :00' ) ,
19- location : '201A classroom (The ideas hub second floor of the engineering building )'
17+ 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 )'
2020 } ,
2121 {
2222 title : 'Weekly Programming Meeting' ,
2323 description : 'The weekly meeting for the programming sub-team. Take a look at the code for the robot' ,
24- date : new Date ( '2025-03-12T17:00:00 ' ) ,
24+ date : new Date ( '' ) ,
2525 location : 'The ideas hub (second floor of the engineering building)' ,
2626 weekly : true ,
2727 endDate : new Date ( semesterEnd ) ,
@@ -30,7 +30,7 @@ const EVENT_INFO: EventObject[] = [
3030 {
3131 title : 'Weekly Electrical Meeting' ,
3232 description : 'The weekly meeting for the electrical sub-team. Talk about improved batteries, wiring, and more!' ,
33- date : new Date ( '2025-03-12T18:00:00 ' ) ,
33+ date : new Date ( '' ) ,
3434 location : 'The ideas hub (second floor of the engineering building)' ,
3535 weekly : true ,
3636 endDate : new Date ( semesterEnd ) ,
@@ -39,7 +39,7 @@ const EVENT_INFO: EventObject[] = [
3939 {
4040 title : 'Weekly Mechanical Meeting' ,
4141 description : 'The weekly meeting for the mechanical sub-team. Learn about the design aspects of robot and 3D model parts.' ,
42- date : new Date ( '2025-03-12T16:00:00 ' ) ,
42+ date : new Date ( '' ) ,
4343 location : 'The ideas hub (second floor of the engineering building)' ,
4444 weekly : true ,
4545 endDate : new Date ( semesterEnd ) ,
0 commit comments