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

13
codex/BACKLOG.csv Normal file
View File

@@ -0,0 +1,13 @@
id,epic,story,priority,acceptance
BP-001,Planning,As a rider I can create a trip request with bike/load and daily constraints,P0,Form submits typed request and persists trip shell
BP-002,Routing,As a rider I can get a bikepacking route from a mock provider,P0,Route geometry score warnings returned deterministically
BP-003,Scoring,As a rider I can see why a route is risky or suitable,P0,Score includes surface grade access water and food warnings
BP-004,Staging,As a rider I can split a route into daily stages,P0,Stages respect daily distance range and attach sleep options
BP-005,POI Corridor,As a rider I can see water food sleep and repair near my route,P0,POIs sorted by meters from start and detour distance
BP-006,Gaps,As a rider I can see long water food repair and bailout gaps,P0,Warnings produced when thresholds exceeded
BP-007,Export,As a rider I can export GPX,P0,GPX validates and includes stage waypoints
BP-008,Offline,As a rider I can generate an offline pack manifest,P0,Manifest includes route stages POIs rules and exports
BP-009,Rules,As a rider I can see local rule cards,P1,Rule card has source date confidence and advisory status
BP-010,Reports,As a rider I can submit structured local reports,P1,Report stores type location observed_at trust and expiry
BP-011,Weather,As a rider I can see weather warnings along stages,P2,Forecast endpoint returns route/stage risk summaries
BP-012,Devices,As a rider I can export TCX/FIT or sync devices,P2,Device export provider interface and first implementation exist
1 id epic story priority acceptance
2 BP-001 Planning As a rider I can create a trip request with bike/load and daily constraints P0 Form submits typed request and persists trip shell
3 BP-002 Routing As a rider I can get a bikepacking route from a mock provider P0 Route geometry score warnings returned deterministically
4 BP-003 Scoring As a rider I can see why a route is risky or suitable P0 Score includes surface grade access water and food warnings
5 BP-004 Staging As a rider I can split a route into daily stages P0 Stages respect daily distance range and attach sleep options
6 BP-005 POI Corridor As a rider I can see water food sleep and repair near my route P0 POIs sorted by meters from start and detour distance
7 BP-006 Gaps As a rider I can see long water food repair and bailout gaps P0 Warnings produced when thresholds exceeded
8 BP-007 Export As a rider I can export GPX P0 GPX validates and includes stage waypoints
9 BP-008 Offline As a rider I can generate an offline pack manifest P0 Manifest includes route stages POIs rules and exports
10 BP-009 Rules As a rider I can see local rule cards P1 Rule card has source date confidence and advisory status
11 BP-010 Reports As a rider I can submit structured local reports P1 Report stores type location observed_at trust and expiry
12 BP-011 Weather As a rider I can see weather warnings along stages P2 Forecast endpoint returns route/stage risk summaries
13 BP-012 Devices As a rider I can export TCX/FIT or sync devices P2 Device export provider interface and first implementation exist