From 2663f7f16d6b8321bef28bda2cd90ef78f45c893 Mon Sep 17 00:00:00 2001 From: zemion Date: Mon, 6 Jul 2026 14:43:19 +0200 Subject: [PATCH] Sync Repo-docs-15-roadmap from project files --- Repo-docs-15-roadmap.-.md | 65 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 Repo-docs-15-roadmap.-.md diff --git a/Repo-docs-15-roadmap.-.md b/Repo-docs-15-roadmap.-.md new file mode 100644 index 0000000..24e449d --- /dev/null +++ b/Repo-docs-15-roadmap.-.md @@ -0,0 +1,65 @@ + + +> Mirrored from `/mnt/DATA/git/pikebacker/docs/15_roadmap.md`. +> Origin: `repository`. +> Active tasks and changing state belong in Gitea issues; this wiki page is durable project context. + +--- +# 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.