Commit fc45e28
authored
[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
Lines changed: 15 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
310 | 310 | | |
311 | 311 | | |
312 | 312 | | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
313 | 321 | | |
314 | | - | |
| 322 | + | |
315 | 323 | | |
316 | 324 | | |
317 | 325 | | |
318 | 326 | | |
319 | | - | |
320 | | - | |
321 | | - | |
322 | | - | |
323 | | - | |
| 327 | + | |
324 | 328 | | |
325 | | - | |
326 | | - | |
327 | | - | |
328 | | - | |
329 | | - | |
| 329 | + | |
330 | 330 | | |
331 | | - | |
332 | | - | |
333 | 331 | | |
334 | | - | |
335 | | - | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
336 | 336 | | |
337 | 337 | | |
338 | 338 | | |
| |||
0 commit comments