Move README roadmap items to GitHub Issues

Replace the inline roadmap section with a link to GitHub Issues.
Each roadmap item has been created as a proper issue (#55-#76) for
better tracking, discussion, and prioritization.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Doug Borg
2026-02-09 14:53:45 -07:00
parent ed38e9467c
commit 311125e1f5

View File

@@ -103,43 +103,7 @@ cp lib/keys.dart.example lib/keys.dart
## Roadmap
### Needed Bugfixes
- Make submission guide scarier
- Tile cache trimming? Does fluttermap handle?
- Filter NSI suggestions based on what has already been typed in
- NSI sometimes doesn't populate a dropdown, maybe always on the second tag added during an edit session?
- Clean cache when nodes have been deleted by others
### Current Development
- Support check_date= tag, update on all edits, quick button to update that only
- Support source= tag, default to survey, let user pick a different value
- Add ability to downvote suspected locations which are old enough
- Turn by turn navigation or at least swipe nav sheet up to see a list
- Import/Export map providers
- Update default profiles from the website on launch to capture changes
### Future Features & Wishlist
- Tap direction slider to enter integer directly
- Tap pending queue item to edit again before submitting
- Optional reason message when deleting
- Update offline area data while browsing?
- Save named locations to more easily navigate to home or work
- Offline navigation (pending vector map tiles)
### Maybes
- Icons/glyphs for profiles
- "Universal Links" for better handling of profile import when app is not installed
- Yellow ring for devices missing specific tag details
- Android Auto / CarPlay
- "Cache accumulating" offline area? Most recent / most viewed?
- Grab the full latest database for each profile just like for suspected locations (instead of overpass)?
- Custom data providers? (OSM/Overpass alternatives)
- Offer options for extracting nodes which are attached to a way/relation?
- Auto extract (how?)
- Leave it alone (wrong answer unless user chooses intentionally)
- Manual cleanup (cognitive load for users)
- Delete the old one (also wrong answer unless user chooses intentionally)
- Give multiple of these options??
See [GitHub Issues](https://github.com/FoggedLens/deflock-app/issues) for the full list of planned features, known bugs, and ideas.
---