Skip to content

Commit ec05478

Browse files
committed
feat: Update Rina's team member profile
- Update Rina Lee's profile with latest information - Buzzvil Value: clarity (changed from grit) - Buzzvil Principle: scalable (changed from reward-time) - Expertise: UI/UX, Usability Improvement, System Design - Organization: Supply Experience Team, Benefit Hub and Dash system specialist
1 parent 23b5cc6 commit ec05478

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/utils/teamParser.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -168,21 +168,21 @@ export function loadTeamMembers(): TeamMember[] {
168168
xmlContent = `<?xml version="1.0" encoding="UTF-8"?>
169169
<avatar>
170170
<personal>
171-
<name>Rina</name>
171+
<name>Rina Lee</name>
172172
</personal>
173173
<buzzvil>
174-
<value>grit</value>
175-
<principle>reward-time</principle>
174+
<value>clarity</value>
175+
<principle>scalable</principle>
176176
</buzzvil>
177177
<role>
178178
<title>Product Designer</title>
179-
<organizationDescription>Understanding users to inform better design decisions.</organizationDescription>
179+
<organizationDescription>I am a Product Designer on the Supply Experience Team, specializing in the UI/UX of the Benefit Hub and the internal operation system, Dash, that enables and monitors it.</organizationDescription>
180180
</role>
181181
<expertise>
182182
<keywords>
183-
<keyword>User Research</keyword>
184-
<keyword>Data Analysis</keyword>
185-
<keyword>Usability Testing</keyword>
183+
<keyword>UI/UX</keyword>
184+
<keyword>Usability Improvement</keyword>
185+
<keyword>System Design</keyword>
186186
</keywords>
187187
</expertise>
188188
</avatar>`;

0 commit comments

Comments
 (0)