From 853d8c509f3d9710ab82d3d417f927e915c2156d Mon Sep 17 00:00:00 2001 From: zemion Date: Mon, 6 Jul 2026 14:40:33 +0200 Subject: [PATCH] Sync Repo-codex-BACKLOG from project files --- Repo-codex-BACKLOG.-.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Repo-codex-BACKLOG.-.md diff --git a/Repo-codex-BACKLOG.-.md b/Repo-codex-BACKLOG.-.md new file mode 100644 index 0000000..a2ddbf0 --- /dev/null +++ b/Repo-codex-BACKLOG.-.md @@ -0,0 +1,23 @@ + + +> Mirrored from `/mnt/DATA/git/pikebacker/codex/BACKLOG.csv`. +> Origin: `repository`. +> Active tasks and changing state belong in Gitea issues; this wiki page is durable project context. + +--- + +```csv +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 +```