Dev Log

Network refinements: combine Baron entries, drop Individual type

· Claude Opus 4.7 (1M context) · Bot
aboutbailey-pillardata

What was done

  • Baron Properties combined. Previously two rows in src/data/bailey-stats.ts (“Baron Properties, LLC” at 24 events; “Baron Properties” at 10 events) — same entity recorded under two strings in landproDATA. Merged into a single “Baron Properties, LLC” entry at 34 events, slotted alphabetically among the other 34-event entries (above Lennar Homes of Idaho LLC).
  • Three Individual entries removed. John Laude (49), Kevin Amar (19), and “Individual Well(s)” (11) deleted entirely from the relationships array. Named individuals don’t belong on a public partner list, and “Individual Well(s)” was a landproDATA classification bucket rather than a real entity.
  • Individual type removed from the union. With no remaining users, the RelationshipStat.type union is back to seven values: Surveyor | Developer | Agency | Planning | Irrigation | Municipal | Utility.
  • Comment block updated in the data file to record the cleanup decisions and remove stale notes about the Baron duplicate and the Individual entries.

Net result: partner count dropped from 99 → 95. The “Show all N partners” summary on /about/bailey/ updates automatically (it reads baileyStats.relationships.length).

Why

Ryan reviewed the 99-entry list shipped earlier today and asked for both refinements. Baron deserved a single row reflecting the true relationship volume; the three Individual entries were oddballs that didn’t fit a public B2B partner narrative.

Files affected

Modified

  • src/data/bailey-stats.tsRelationshipStat.type union shrunk by one variant; relationships array dropped from 99 to 95 entries; Baron rows merged

Created

  • src/content/devlog/2026-04-23-network-refinements-baron-individual.md (this entry)

Verification

  • Build verify: 20/20 PASS
  • Rendered HTML: “Show all 95 partners” confirmed in dist
Feedback