Alpha stage commit

This commit is contained in:
2026-07-02 21:04:05 +02:00
parent c03b183dfb
commit abed21be21
136 changed files with 15531 additions and 15 deletions

58
docs/15_roadmap.md Normal file
View File

@@ -0,0 +1,58 @@
# Roadmap
## Phase 0 — Repository and design foundation
- Create monorepo.
- Implement shared domain types.
- Add mock data fixtures.
- Add scoring/staging unit tests.
## Phase 1 — Web planner MVP
- Map UI.
- Trip request form.
- Route rendering.
- Stage cards.
- POI corridor display.
- Critical gap warnings.
- GPX export.
## Phase 2 — Backend MVP
- Route planning endpoint.
- Provider abstraction.
- Stage planner endpoint.
- POI corridor endpoint.
- Offline manifest endpoint.
- Report endpoint.
## Phase 3 — Real data integration
- OSM extract import.
- POI normalization.
- Elevation enrichment.
- Hosted/self-hosted routing engine adapter.
- Rule card ingestion for one pilot region.
## Phase 4 — Mobile/offline MVP
- Mobile route/stage viewer.
- Offline trip cache.
- Next-critical-thing panel.
- Offline report queue.
- Basic reroute to cached POI or external navigation deep link.
## Phase 5 — Advanced bikepacking intelligence
- Segment-level suitability scoring from ridden data.
- Trusted local reports.
- Weather-aware warnings.
- Sleep reliability score.
- Adaptive route planning based on actual rider speed.
## Phase 6 — Partnerships and device sync
- Accommodation partner APIs/deep links.
- Garmin/Wahoo integration subject to approval.
- Hut/campsite partner feeds.
- Regional tourism board routes and rules.