From 3c3c06bd56b263bc7278e58d0ca982b815ba0aae Mon Sep 17 00:00:00 2001 From: Shawn Date: Mon, 25 May 2026 19:32:06 -0400 Subject: [PATCH] Update FEATURE_PLAN.md: mark all 9 features as done --- FEATURE_PLAN.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/FEATURE_PLAN.md b/FEATURE_PLAN.md index 0d941e1..35083b2 100644 --- a/FEATURE_PLAN.md +++ b/FEATURE_PLAN.md @@ -3,7 +3,7 @@ > Living feature specification document. Covers all proposed features for the photo > upload / OCR / GPS-push app at `~/projects/exif-test/`. -**Legend:** โœ… build queue ยท ๐Ÿ’ก proposed ยท ๐Ÿ—๏ธ in progress +**Legend:** โœ… done ยท ๐Ÿ’ก proposed --- @@ -609,19 +609,19 @@ Heatmap options: - Improve maps โœ… ### Phase 2 โ€” High-impact additions -1. [ ] Inline Machine ID Edit (#5) โ€” smallest scope, biggest daily-ux gain -2. [ ] GPS Proximity (#6) โ€” catches missed machines -3. [ ] GPS Drift Check (#10) โ€” data quality -4. [ ] Walk-Path Timeline (#7) โ€” visual route validation +1. [x] Inline Machine ID Edit (#5) โ€” smallest scope, biggest daily-ux gain +2. [x] GPS Proximity (#6) โ€” catches missed machines +3. [x] GPS Drift Check (#10) โ€” data quality +4. [x] Walk-Path Timeline (#7) โ€” visual route validation ### Phase 3 โ€” Offline + Export + Sessions -5. [ ] Export (#4) โ€” gets data out of the app -6. [ ] Offline Queue (#1) โ€” works anywhere -7. [ ] Session Management (#9) โ€” historical tracking +5. [x] Export (#4) โ€” gets data out of the app +6. [x] Offline Queue (#1) โ€” works anywhere +7. [x] Session Management (#9) โ€” historical tracking ### Phase 4 โ€” Power-user features -8. [ ] Batch Machine ID Assign (#8) โ€” speed for multi-photo equipment -9. [ ] Coverage Heatmap (#11) โ€” completeness guarantee +8. [x] Batch Machine ID Assign (#8) โ€” speed for multi-photo equipment +9. [x] Coverage Heatmap (#11) โ€” completeness guarantee ---