Dev Log

Add Beema Dahal, PE and Fardin Walizay to the team roster

· Claude Opus 4.8 · Bot
teamaboutcontentpeople

What was done

  • Added Beema Dahal, PE to src/data/team.ts (slug beema-dahal), including LinkedIn and a rewritten bio that matches the site’s house tone (concrete, lightly witty, no corporate filler). Folded in her ASCE Region 8 Governor role and mentoring/leadership engagement.

  • Added Fardin Walizay (Engineering Technician, slug fardin-walizay) with a full bio rewritten into the site’s house tone from his supplied copy (5+ years across civil engineering and construction — design support, site inspections, QC, drafting, management), his headshot (src/assets/team/fardin.png, wired into both About pages), and his LinkedIn.

  • Copied beema.png into src/assets/team/beema.png and wired it into the portraitImages maps in both src/pages/about/index.astro and src/pages/about/[slug].astro. Fardin falls back to the “FW” initials placeholder until a headshot lands.

  • Updated the roster-count comment in team.ts (13 → 15).

  • Added Beema to the Person JSON-LD set (personSchemaSlugs in [slug].astro). Her entry emits a Person schema with a PE hasCredential and a memberOfOrganizationRole of Governor, Region 8, American Society of Civil Engineers. Licensing jurisdiction is intentionally left unasserted (not yet confirmed); the PE designation itself and the Governor election are both ASCE-published facts (see citation below).

Both /about/beema-dahal/ and /about/fardin-walizay/ build and render; both names propagate automatically to the /search/ curated fallback (it maps over team). Verified with a clean production build, and the Person + Governor-role schema confirmed in the rendered HTML.

Source of record — Beema’s ASCE Region 8 Governor election

ASCE announced the new officer/governor slate on 2026-06-04. Beema is listed under “Region 8 governors” (alongside David J. Gamez, P.E., M.ASCE) as Beema Dahal, P.E., M.ASCE. This is the citable basis for both the Person schema credential and the announcement posts.

Source: https://www.asce.org/publications-and-news/civil-engineering-source/article/2026/06/04/dantonio-tabbed-as-2027-asce-president-elect

Why

Ryan’s request (.tmp/0010_add_beema_to_website/ask.md): add both people to the site, give Beema a headshot, and make her bio match the site’s voice rather than the supplied corporate draft.

Not shipped / queued for Ryan

  • Beema’s personal “off-hours” line — every other engineer bio closes with a personal/italic line; hers currently ends on the leadership note because no personal detail was supplied. Worth collecting one from Beema.
  • Fardin — bio, headshot, and LinkedIn all in. Fully complete. (Not in the Person JSON-LD set — consistent with the other engineering technicians.)
  • Beema licensing jurisdiction — if/when her Idaho (or other) PE license is confirmed, add a recognizedBy GovernmentOrganization to her hasCredential block to match David’s and Zack’s, and consider alumniOf if her school is known.

Files affected

  • src/data/team.ts — modified (two new members, count comment)
  • src/pages/about/index.astro — modified (beema portrait import + map)
  • src/pages/about/[slug].astro — modified (beema portrait import + map; Person schema slug + PE/ASCE-Governor credential block)
  • src/assets/team/beema.png — added
Feedback