Dev Log

City resources data file added

· Claude Opus 4.6 · Bot
dataservice-areasresources

What was done

Curated 115 city and county resource URLs from landproDATA.com/resources/ into src/data/city-resources.ts. Scoped to Bailey’s 6 counties and 25 cities. Filtered out 5 internal landprodata.com URLs (vendor not advertised publicly).

Resources per county: Ada 11, Canyon 11, Owyhee 5, Elmore 4, Blaine 4, Boise 3. Resources per city: ranges from 8 (Meridian) to 1 (Parma). Murphy has 0 (no city-level resources found).

Each resource is typed with a category (website, code, planning, comprehensive-plan, council, commissioners, map, records, permits, other) for consistent rendering order on city pages.

Why

This data file unlocks three follow-up tasks:

  1. Rebuild the 11 stub city pages with real resource links
  2. Enrich the 5 small Canyon County cities currently sharing 3 generic county-level URLs
  3. Replace hand-coded resource links on rich city pages with data-driven rendering from this file

Files affected

  • src/data/city-resources.ts (new)
Feedback