Skip to content

Commit fc45e28

Browse files
[bot] Automatically pull latest data from IDOL backend (#1158)
## Diffs ```diff --- existing.json 2026-05-26 03:32:48.644838078 +0000 +++ src/app/team/data/all-members.json 2026-05-26 03:32:48.644838078 +0000 @@ -312,0 +313,8 @@ + "coffeeChatLink": null, + "formerSubteams": [], + "github": null, + "college": "eng", + "website": null, + "about": "Hey! I am a developer on CUAPTS. In my free time, I love watching basketball and football. Go Niners!", + "netid": "bs887", + "major": "Computer Science", @@ -314 +322 @@ - "lastName": "Shao", + "roleDescription": "Developer", @@ -319,5 +327 @@ - "website": null, - "github": null, - "pronouns": "he/him/his", - "about": "Hey! I am a developer on CUAPTS. In my free time, I love watching basketball and football. Go Niners! #dubnation", - "semesterJoined": "Spring 2026", + "linkedin": "https://www.linkedin.com/in/2007-bryan-shao/", @@ -325,5 +329 @@ - "formerSubteams": [], - "college": "eng", - "hometown": "San Jose", - "coffeeChatLink": null, - "major": "Computer Science", + "pronouns": "he/him/his", @@ -331,2 +330,0 @@ - "roleDescription": "Developer", - "doubleMajor": null, @@ -334,2 +332,4 @@ - "netid": "bs887", - "linkedin": "https://www.linkedin.com/in/2007-bryan-shao/" + "lastName": "Shao", + "semesterJoined": "Spring 2026", + "doubleMajor": null, + "hometown": "San Jose" ``` ## 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 👀
1 parent 3cf5849 commit fc45e28

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

new-dti-website-redesign/src/app/team/data/all-members.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -310,29 +310,29 @@
310310
"about": "Hey! I'm Ben, and I'm a developer on Incubator. I'm also the creator of BearTrak. :) I like to code (static type & nix addict), and I'd love to sit down with you and discuss LeBron's legacy at length sometime."
311311
},
312312
{
313+
"coffeeChatLink": null,
314+
"formerSubteams": [],
315+
"github": null,
316+
"college": "eng",
317+
"website": null,
318+
"about": "Hey! I am a developer on CUAPTS. In my free time, I love watching basketball and football. Go Niners!",
319+
"netid": "bs887",
320+
"major": "Computer Science",
313321
"role": "developer",
314-
"lastName": "Shao",
322+
"roleDescription": "Developer",
315323
"graduation": "Spring 2029",
316324
"subteams": [
317325
"cuapts"
318326
],
319-
"website": null,
320-
"github": null,
321-
"pronouns": "he/him/his",
322-
"about": "Hey! I am a developer on CUAPTS. In my free time, I love watching basketball and football. Go Niners! #dubnation",
323-
"semesterJoined": "Spring 2026",
327+
"linkedin": "https://www.linkedin.com/in/2007-bryan-shao/",
324328
"firstName": "Bryan",
325-
"formerSubteams": [],
326-
"college": "eng",
327-
"hometown": "San Jose",
328-
"coffeeChatLink": null,
329-
"major": "Computer Science",
329+
"pronouns": "he/him/his",
330330
"email": "bs887@cornell.edu",
331-
"roleDescription": "Developer",
332-
"doubleMajor": null,
333331
"minor": "Operations Research & Management Science",
334-
"netid": "bs887",
335-
"linkedin": "https://www.linkedin.com/in/2007-bryan-shao/"
332+
"lastName": "Shao",
333+
"semesterJoined": "Spring 2026",
334+
"doubleMajor": null,
335+
"hometown": "San Jose"
336336
},
337337
{
338338
"linkedin": "https://www.linkedin.com/in/cchrischen/",

0 commit comments

Comments
 (0)