Commit graph

4 commits

Author SHA1 Message Date
6ed10d11f4
docs: add weather nearby API implementation plan
Detailed TDD implementation plan for GET /api/v1/weather/nearby endpoint.
Includes database queries, JSON views, controller logic, and comprehensive
testing strategy.
2026-03-22 11:27:45 -05:00
bc6fdcd9c2
Add design doc for weather nearby API endpoint
Documents new GET /api/v1/weather/nearby endpoint for finding weather
stations within a radius of a lat/lon point. Uses PostGIS ST_DWithin
for efficient spatial queries with configurable time window and result
limits.
2026-03-22 11:27:44 -05:00
a939913114
docs: clarify trail line should connect all points regardless of distance
- Continuous path connection for long-distance travel
- No distance-based filtering or gap detection
- Important for aircraft, vehicles, intermittent coverage scenarios
2026-03-01 15:01:08 -06:00
d23ac8cb38
docs: add design for trail line visualization at low zoom for tracked callsigns
- Show polyline trail instead of heat map when tracking callsign at zoom ≤ 8
- Individual markers remain at zoom > 8
- Trail line connects positions chronologically
- Respects trail duration setting
2026-03-01 15:01:07 -06:00