Commit Graph

2 Commits

Author SHA1 Message Date
leetcrypt 34b08c4ad6 fix: show real capture date in map popup (timestamp field + invalid-date guard)
map.js read capture.captured_at, but the backend stores the field as
`timestamp`, so every marker popup rendered "Invalid Date". Fall back to
timestamp and guard against unparseable values. Regenerated README popup
screenshot to reflect the fix.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-07-18 18:16:49 -07:00
leetcrypt 00eff8a347 docs: add README with map/identification screenshots and pipeline diagram
Hero screenshot of the live Leaflet device map plus a marker popup showing an
auto-identified device with confidence, and a Mermaid diagram of the
parse -> category-route -> match -> map/export pipeline. Documents simple-mode
run steps, API surface, and honest Phase-0 accuracy caveats.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-07-18 18:04:57 -07:00