Commit Graph

14 Commits

Author SHA1 Message Date
Shahan Nedadahandeh 2f7577ee1f Addressed nits
continuous-integration/drone/push Build is passing Details
2022-11-18 19:08:01 -05:00
Shahan Nedadahandeh 99c922b8dc Added events
continuous-integration/drone/push Build is passing Details
2022-11-18 15:19:38 -05:00
Shahan Nedadahandeh e92297d1b3 Add code party 2 event (#524)
continuous-integration/drone/push Build is passing Details
Co-authored-by: shahanneda <shahan.neda@gmail.com>
Reviewed-on: #524
Reviewed-by: Amy Wang <a258wang@csclub.uwaterloo.ca>
Co-authored-by: Shahan Nedadahandeh <snedadah@csclub.uwaterloo.ca>
Co-committed-by: Shahan Nedadahandeh <snedadah@csclub.uwaterloo.ca>
2022-11-11 17:15:49 -05:00
Amy Wang 4514eb8917 Add Karaoke event and 2023 Class Profile Mailing List news (#519)
continuous-integration/drone/push Build is passing Details
Co-authored-by: Amy Wang <a258wang@csclub.uwaterloo.ca>
Co-committed-by: Amy Wang <a258wang@csclub.uwaterloo.ca>
2022-10-22 18:49:46 -04:00
Shahan Nedadahandeh 80795cbb7e Add Rico AMA event (#516)
continuous-integration/drone/push Build is passing Details
Co-authored-by: shahanneda <shahan.neda@gmail.com>
Reviewed-on: #516
Reviewed-by: Amy Wang <a258wang@csclub.uwaterloo.ca>
Co-authored-by: Shahan Nedadahandeh <snedadah@csclub.uwaterloo.ca>
Co-committed-by: Shahan Nedadahandeh <snedadah@csclub.uwaterloo.ca>
2022-10-15 17:52:29 -04:00
Beihao Zhou 6fcf793855 Add CSC Kickoff Event News (#510)
continuous-integration/drone/push Build is passing Details
Co-authored-by: Rebecca-Chou <beihaozhou@gmail.com>
Reviewed-on: #510
Reviewed-by: Shahan Nedadahandeh <snedadah@csclub.uwaterloo.ca>
2022-10-05 20:20:47 -04:00
Shahan Nedadahandeh f280ecc9db Add code party event (#509)
continuous-integration/drone/push Build is passing Details
Co-authored-by: shahanneda <shahan.neda@gmail.com>
Reviewed-on: #509
Reviewed-by: Amy Wang <a258wang@csclub.uwaterloo.ca>
2022-10-05 00:30:41 -04:00
Shahan Nedadahandeh 210004a286 Changed project program kickoff room number (#505)
continuous-integration/drone/push Build is passing Details
Co-authored-by: shahanneda <shahan.neda@gmail.com>
Reviewed-on: #505
Reviewed-by: n3parikh <n3parikh@csclub.uwaterloo.ca>
2022-09-28 19:22:30 -04:00
Amy Wang 192dcc2356 Update Project Program event time (#504)
continuous-integration/drone/push Build is passing Details
Reviewed-on: #504
Reviewed-by: Shahan Neda <snedadah@csclub.uwaterloo.ca>
Co-authored-by: Amy <a258wang@csclub.uwaterloo.ca>
Co-committed-by: Amy <a258wang@csclub.uwaterloo.ca>
2022-09-28 18:02:36 -04:00
Shahan Nedadahandeh 8b09dcfa47 Added project program event (#503)
continuous-integration/drone/push Build is passing Details
Please merge once good

Co-authored-by: shahanneda <shahan.neda@gmail.com>
Reviewed-on: #503
Reviewed-by: Amy <a258wang@csclub.uwaterloo.ca>
Co-authored-by: Shahan Neda <snedadah@csclub.uwaterloo.ca>
Co-committed-by: Shahan Neda <snedadah@csclub.uwaterloo.ca>
2022-09-23 21:24:07 -04:00
Mark Chiu bccbffded5 Add CSC BOT event (#496)
continuous-integration/drone/push Build is passing Details
Co-authored-by: Emily Chiu <e26chiu@csclub.uwaterloo.ca>
Co-committed-by: Emily Chiu <e26chiu@csclub.uwaterloo.ca>
2022-09-10 10:59:47 -04:00
Mark Chiu d411433f4b Add First Year Orientation & Fall 2022 Elections to events (#494)
continuous-integration/drone/push Build is passing Details
Co-authored-by: e26chiu <e26chiu@csc.uwaterloo.ca>
Reviewed-on: #494
Reviewed-by: Amy <a258wang@csclub.uwaterloo.ca>
Co-authored-by: Emily Chiu <e26chiu@csclub.uwaterloo.ca>
Co-committed-by: Emily Chiu <e26chiu@csclub.uwaterloo.ca>
2022-09-10 00:34:44 -04:00
Mark Chiu 9c5a4d8050 Add bootcamp resume review & mock interviews signup event (#493)
continuous-integration/drone/push Build is passing Details
Co-authored-by: Emily Chiu <e26chiu@csclub.uwaterloo.ca>
Co-committed-by: Emily Chiu <e26chiu@csclub.uwaterloo.ca>
2022-09-09 00:29:49 -04:00
Amy Wang 94156adfd2 Fix exec fetching and add events (#491)
continuous-integration/drone/push Build is passing Details
- Fixed edge case with fetching execs
- Added Bootcamp mentor application news, and CSC x Google event

**Problem:** When building the Meet the Team page using LDAP (in CI), we were only checking CSC members for the "current" term (Fall 2022) to see if any of them were execs. Since our actual current execs (the Spring 2022 execs, since Fall 2022 elections have not occurred yet) have not renewed their memberships for Fall 2022, the script was unable to find individuals for the Prez/VP/AVP/Trez positions, which caused an error.

**Solution:**
1. Gracefully handle the edge case where an exec position might be intentionally unfilled, by simply omitting it from the Meet the Team page.
2. Search through CSC members for both the current term and the previous term, when checking for execs. Note that this might make the build time slightly slower, since the script now needs to loop through two terms of members in order to pick out the execs, however the difference should be insignificant.

Co-authored-by: Amy <a258wang@uwaterloo.ca>
Reviewed-on: #491
Reviewed-by: j285he <j285he@localhost>
2022-09-02 14:34:02 -04:00