Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions client/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Cestovni — mobile client

**Stack:** Flutter + Drift (ADR 003).
**Milestones:** M0 closed (CES-36, CES-37). **Android M1 closed** on `main` (`bb1d5d5`, 2026-08-16) — CES-38 math, CES-39 Log/History/vehicles, CES-57/65 prefs, CES-66 Metrics, CES-67 Maint, CES-40 photos. **CES-41 export** on this branch. Next coding: **CES-70** import. See [`docs/product/delivery-plan-v1.md`](../docs/product/delivery-plan-v1.md).
**Milestones:** M0 closed (CES-36, CES-37). **Android M1 closed** on `main` (`bb1d5d5`, 2026-08-16) — CES-38 math, CES-39 Log/History/vehicles, CES-57/65 prefs, CES-66 Metrics, CES-67 Maint, CES-40 photos. **CES-41 export** on `main`. **CES-70 import** implemented (Settings → Import data, `client/lib/import/`); spec tests green on PR #25, not on `main`. See [`docs/product/delivery-plan-v1.md`](../docs/product/delivery-plan-v1.md).

## Quick start

Expand All @@ -28,14 +28,16 @@ client/
log_page.dart # fill-up form + drafts (CES-39) + photos (CES-40)
history_page.dart # fuel + maint timeline (CES-39 / CES-67)
vehicle_form_page.dart # add/edit vehicle (CES-39)
settings_page.dart # vehicle CRUD + prefs (CES-57)
settings_page.dart # vehicle CRUD + prefs (CES-57) + export/import
import_data_section.dart # CES-70 ZIP import (replace)
metrics_page.dart # aggregates + cost chart (CES-66)
maintenance_page.dart # maint entry + history (CES-67)
debug_page.dart
theme/ # CES-55 visual system
consumption/ # CES-38 math + validation
photos/ # CES-40 receipt photo pipeline
export/ # CES-41 ZIP export (CSV + STORE zip + share)
import/ # CES-70 ZIP import (replace; spec tests in test/import/)
metrics/ # CES-66 aggregation
maintenance/ # CES-67 date-only + history ledger
db/
Expand All @@ -48,6 +50,7 @@ client/
consumption/ # golden fixtures + module purity
photos/ # EXIF strip, TTL, cleanup, no-upload invariant
export/ # ZIP golden, streaming, photos excluded
import/ # CES-70 spec § Test expectations
db/
shell_smoke_test.dart
```
Expand Down
Loading
Loading