From 74ffcc36083e2402aac7ed9bf0bb6f79bfeec92c Mon Sep 17 00:00:00 2001 From: zemion Date: Mon, 6 Jul 2026 14:41:29 +0200 Subject: [PATCH] Sync Repo-docs-02-mvp-scope from project files --- Repo-docs-02-mvp-scope.-.md | 78 +++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 Repo-docs-02-mvp-scope.-.md diff --git a/Repo-docs-02-mvp-scope.-.md b/Repo-docs-02-mvp-scope.-.md new file mode 100644 index 0000000..ab88485 --- /dev/null +++ b/Repo-docs-02-mvp-scope.-.md @@ -0,0 +1,78 @@ + + +> Mirrored from `/mnt/DATA/git/pikebacker/docs/02_mvp_scope.md`. +> Origin: `repository`. +> Active tasks and changing state belong in Gitea issues; this wiki page is durable project context. + +--- +# MVP Scope + +## MVP goal + +Deliver a planner that is useful before the ride and minimally useful during the ride. + +## MVP features + +### Must have + +1. Trip request form. +2. Routing adapter using a configurable provider. +3. Bikepacking route scoring summary. +4. Stage planner. +5. Route-corridor POIs for water, food, sleep, and bike repair. +6. Critical-gap warnings. +7. GPX export. +8. Offline-pack manifest and cached trip data. +9. Text-based local rule cards. +10. Structured report submission. + +### Should have + +1. Map layer toggles. +2. Surface/elevation/stage chart. +3. Bailout POI detection. +4. Weather overlay and wind/rain warnings. +5. TCX export. +6. Deep links to accommodation/search platforms. + +### Could have + +1. FIT export. +2. Garmin Courses API integration. +3. Wahoo integration. +4. In-app booking. +5. AI route explanation. +6. Trusted-local reputation system. + +### Not in MVP + +1. Full global offline routing. +2. Real-time social feed. +3. Payments marketplace. +4. Full legal advice engine. +5. Fully automated OSM editing. + +## MVP success criteria + +A test user can plan a 5-day gravel bikepacking route and identify: + +- daily endpoints, +- longest water gap, +- last shop before remote section, +- sleep options each night, +- bike repair options, +- uncertain access segments, +- bailout points, +- exported GPX. + +## Target regions for MVP validation + +Pick one or two data-rich regions first, for example: + +- Germany/Austria/Switzerland, +- Netherlands/Belgium/Germany, +- UK, +- Pacific Northwest, +- Colorado/Utah. + +Data quality varies heavily by region. Start where OSM and POI data are strong and bikepacking demand exists.