Skip to content

Extract Shared JS Utility Functions (utils.js) #35

@w2naf

Description

@w2naf

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

  • utils.js created with shared utility functions
  • Duplicated code removed from map_ft.js and table_ft.js
  • Both views import and use the shared utilities
  • No functional regressions

Milestone

Milestone 1: Minimal Working System (Feb 28)

Metadata

Metadata

Assignees

Labels

architectureCode structure and modularitymilestone-1Due Feb 28 - Minimal Working System

Type

No type

Projects

Status

Ready

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions