Description
Extract duplicated utility functions from map_ft.js and table_ft.js into a shared utils.js module.
Known Duplications
- Time parsing logic (YYMMDD + HHMM → Date) exists in both map and table JS files
- Maidenhead grid-to-lat/lon conversion may be duplicated
- Other common helpers
Acceptance Criteria
Milestone
Milestone 1: Minimal Working System (Feb 28)
Description
Extract duplicated utility functions from
map_ft.jsandtable_ft.jsinto a sharedutils.jsmodule.Known Duplications
Acceptance Criteria
utils.jscreated with shared utility functionsmap_ft.jsandtable_ft.jsMilestone
Milestone 1: Minimal Working System (Feb 28)