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

32
design/map_layers.md Normal file
View File

@@ -0,0 +1,32 @@
# Map Layers
## MVP layers
- Route.
- Stage boundaries.
- Water.
- Food.
- Sleep.
- Repair.
- Bailout.
- Warnings.
- Rule cards.
## Production layers
- Surface/roughness.
- Known/unknown access.
- Protected areas.
- Weather exposure.
- Dry stretches.
- Last-resupply-before-remote-section.
- Local reports.
- Heat/cold risk.
- E-bike charging.
## Visual language
- Critical warnings should be visually distinct.
- Uncertain data should look uncertain, not hidden.
- POIs should default to route-corridor relevance.
- Show stale data markers on POIs and rules.

37
design/wireframes_text.md Normal file
View File

@@ -0,0 +1,37 @@
# Text Wireframes
## Planner page
```text
+--------------------------------------------------------------------------------+
| Header: BikepackPilot | New Trip | Import GPX | Offline Packs | Account |
+------------------------------+-------------------------------------------------+
| Trip Setup | Map |
| Start: [____________] | |
| End: [____________] | route line |
| Dates: [____] - [____] | stage markers |
| Bike: [Loaded gravel v] | POI icons |
| Daily km: 55 / 75 / 95 | |
| Sleep: [Mixed budget v] | |
| Water gap max: 40 km | |
| [Plan Trip] | |
+------------------------------+-------------------------------------------------+
| Warnings | Stage Timeline | POIs | Rules | Export | Offline |
+--------------------------------------------------------------------------------+
```
## Riding mode
```text
+-----------------------------------+
| Day 2 / 81.7 km |
| Next water: 14.3 km |
| Next food: 23.0 km |
| Sleep Plan A: 81.7 km |
| Bailout: train +9.1 km detour |
| Warning: steep climb in 12 km |
| |
| [Reroute to water] [Find sleep] |
| [Bike shop] [Bail out] [Report] |
+-----------------------------------+
```