diff options
| author | Peter Stone <thepeterstone@gmail.com> | 2026-06-30 19:50:35 +0000 |
|---|---|---|
| committer | Peter Stone <thepeterstone@gmail.com> | 2026-06-30 19:50:35 +0000 |
| commit | 13c72a335b7d1a0338d3e2d68556689d05d87a1c (patch) | |
| tree | 1f0b2d78bcd7afad4a3284a291151c6c903e3047 /.agent/worklog.md | |
| parent | 143033617a057986a0714338ebe579c1c9c613fe (diff) | |
docs(agent): update code-map + worklog; add additional map sources plan
Code map updated for all 2026-06-30 changes: ui/fishing/ package, FadData,
MapLayerManager (SST/depth/ATON), SafetyFragment collapsible, PreTripReport
auto-generate, LogEntry.trackId, idle timer, NightVision vs dark mode.
New 5-task plan: NOAA chart tiles, ATON vector layer, TSS overlay.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to '.agent/worklog.md')
| -rw-r--r-- | .agent/worklog.md | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/.agent/worklog.md b/.agent/worklog.md index 342ffa0..1ca8a7c 100644 --- a/.agent/worklog.md +++ b/.agent/worklog.md @@ -2,12 +2,22 @@ ## Backlog -*(all backlog items completed as of 2026-05-27)* +- **Additional map sources** — NOAA chart tiles, ATON vector layer, TSS overlay. Plan: `docs/superpowers/plans/2026-06-30-additional-map-sources.md` (5 tasks). --- ## Recently Completed +### Bug Fixes (pre-fishing-mode release) — 2026-06-30 + +1. **Restore dark mode** — removed `MODE_NIGHT_NO` from `NavApplication`; system dark mode now works. NightVision (red-on-black FAB) is separate and unaffected. +2. **Depth tile source** — swapped empty `OpenSeaMap/depth` URL for NOAA CoastWatch ETOPO180 WMS; full Pacific/Hawaii coverage. +3. **FADs visible by default** — changed `fadsEnabled` default from `false` to `true`. + +### Code Map Update — 2026-06-30 + +Updated `code-map.md` to reflect all changes since 2026-06-03: `ui/fishing/` package, `FadData.kt`, updated `MapLayerManager`/`MapHandler`/`LayerPickerSheet` entries, `SafetyFragment` collapsible sections, `PreTripReportFragment` auto-generate, `TrackRepository` reverse sort, `LogEntry.trackId` field, `VoiceLogViewModel` standalone filtering, new invariants (night vision vs dark mode, idle timer, trackId filter), `LocationService` notification behavior, fishing mode gotchas. + ### Fishing Mode Feature — 2026-06-30 Implemented all 7 tasks for the fishing mode feature: |
