Make dashboard news geotagging deterministic and case-insensitive #19
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Created from local project scan after reviewing existing issues #1-#13.
Current status: geoTagText() does case-sensitive substring matching, and RSS map points add fresh Math.random() jitter every synthesis. As a result, lower-case headlines may not geotag, and the same unchanged headline can jump to a different location whenever /api/data is regenerated or the dashboard reloads.
Code references:
Acceptance criteria:
Taking this next on branch
codex/issue-19-deterministic-news-geotags. Scope: deterministic case-insensitive geo tagging plus focused tests.