Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[bot] Automatically pull latest data from IDOL backend (#814)
## Diffs ```diff --- existing.json 2024-12-31 01:16:55.848574243 +0000 +++ components/team/data/all-members.json 2024-12-31 01:16:55.848574243 +0000 @@ -1210 +1209,0 @@ - "website": "", @@ -1212,3 +1210,0 @@ - "hometown": "", - "doubleMajor": "", - "minor": "", @@ -1216 +1211,0 @@ - "major": "", @@ -1218,2 +1212,0 @@ - "linkedin": "", - "github": "", @@ -1221,2 +1213,0 @@ - "about": "", - "pronouns": "", @@ -1229 +1220,12 @@ - "semesterJoined": "Fall 2024" + "semesterJoined": "Fall 2024", + "college": "cals", + "github": null, + "hometown": "Hong Kong", + "website": null, + "minor": null, + "major": "Global Development", + "doubleMajor": null, + "coffeeChatLink": null, + "about": "Hi everyone, my name is Darin and I am a freshman studying Global Development in CALS. I am the PMM for Carriage and am part of the business team. Outside of DTI, I am also involved with the Social Enterprise Group at Cornell, Hong Kong Students' Association, and International Students Union. I am passionate about finance, impact investing, social entrepreneurship, and watching all sports. Please feel free to reach out to me!", + "pronouns": "He/Him", + "linkedin": "https://www.linkedin.com/in/darinlee1" @@ -1457 +1458,0 @@ - "hometown": "Malaysia", @@ -1478 +1479,2 @@ - "linkedin": "https://www.linkedin.com/in/megan-qz-yap/" + "linkedin": "https://www.linkedin.com/in/megan-qz-yap/", + "hometown": "Kuala Lumpur, Malaysia" @@ -1534,3 +1535,0 @@ - "hometown": "", - "pronouns": "", - "about": "", @@ -1538 +1536,0 @@ - "major": "", @@ -1545,3 +1542,0 @@ - "minor": "", - "website": "", - "linkedin": "", @@ -1549,3 +1544,12 @@ - "github": "", - "doubleMajor": "", - "semesterJoined": "Fall 2024" + "semesterJoined": "Fall 2024", + "college": "cas", + "github": null, + "hometown": "Bay Area, California", + "website": null, + "minor": "Creative Writing", + "major": "Computer Science", + "doubleMajor": null, + "coffeeChatLink": "calendly.com/mattkimcornell", + "about": "I'm a developer on CUReviews! Hit me up if you're passionate about ethical AI, Rubik's Cube speedsolving, pop music criticism, contemporary poetry, student journalism, or US politics. I'm a nerd about a lot of things, evidently.", + "pronouns": "he/him", + "linkedin": "https://www.linkedin.com/in/matthew-kim-10a314235/" @@ -1709 +1712,0 @@ - "about": "Hi! I am on the Internal Business team and I am so excited to get to know everyone and work together :)!", @@ -1711 +1713,0 @@ - "doubleMajor": "Economics", @@ -1721 +1723,5 @@ - "lastName": "Zheng" + "lastName": "Zheng", + "college": "cas", + "doubleMajor": null, + "coffeeChatLink": null, + "about": "Hi! I am one of the Business Leads and I am so excited to make a great impact on DTI! :)))" ``` ## Summary This is a PR auto-generated from `yarn workspace new-dti-website run pull-from-idol`. It updates the members JSON with latest **approved** data from IDOL backend. Please review it carefully again to ensure nothing bad is here. ## Test Plan 👀
- Loading branch information