docs: update v2 scope and progress tracking
Some checks failed
Luggage List Build / build-web (push) Successful in 38s
Luggage List Build / build-android (push) Successful in 6m26s
Luggage List Build / release (push) Has been cancelled

This commit is contained in:
2026-04-18 12:43:54 +02:00
parent 50460a83a4
commit 4098573ea0
2 changed files with 36 additions and 31 deletions

View File

@@ -2,20 +2,27 @@
Minimal local-first luggage management app built with Expo.
## MVP Implemented
## Current Features (V2)
- No auth, no server, local storage only (AsyncStorage)
- Trips with name, location, dates, optional image from gallery
- Active trip auto-select when today is inside trip date range
- Active trip auto-select on first load, with manual trip switching anytime via global trip picker
- Default trip template (copied into new trip, not linked)
- Luggage items with:
- name, description, category
- status: packed, unpacked, lost, left-behind, lent-to (+ person name)
- placement: suitcase, backpack, with-user, other
- optional image from gallery
- Check-up snapshots per trip
- Check-up history view with per-item state at that time
- JSON export (shareable file)
- Default trip template (copied into new trip, not linked)
- Item create/edit via modal
- Check-up flow as yes/no checklist:
- “No” opens update modal
- fixes can be check-up-only or optionally synced to trip item list
- Check-up history per trip with saved snapshots
## Notes
- JSON export is removed for now.
- Dark-mode-first minimalist UI.
## Run