docs: finalize MVP progress tracking and project usage notes
This commit is contained in:
24
README.md
24
README.md
@@ -4,18 +4,18 @@ Minimal local-first luggage management app built with Expo.
|
|||||||
|
|
||||||
## MVP Implemented
|
## MVP Implemented
|
||||||
|
|
||||||
- No auth, no server, local storage only
|
- No auth, no server, local storage only (AsyncStorage)
|
||||||
- Trips with name, location, dates, optional image
|
- Trips with name, location, dates, optional image from gallery
|
||||||
- Auto-select active trip when current date is in trip range
|
- Active trip auto-select when today is inside trip date range
|
||||||
- Luggage items with:
|
- Luggage items with:
|
||||||
- name, description, category
|
- name, description, category
|
||||||
- status: packed, unpacked, lost, left-behind, lent-to
|
- status: packed, unpacked, lost, left-behind, lent-to (+ person name)
|
||||||
- placement: suitcase, backpack, with-user, other
|
- placement: suitcase, backpack, with-user, other
|
||||||
- optional image
|
- optional image from gallery
|
||||||
- Check-up snapshots per trip
|
- Check-up snapshots per trip
|
||||||
- Check-up history view
|
- Check-up history view with per-item state at that time
|
||||||
- JSON export
|
- JSON export (shareable file)
|
||||||
- Default trip template (copy-only, not linked)
|
- Default trip template (copied into new trip, not linked)
|
||||||
|
|
||||||
## Run
|
## Run
|
||||||
|
|
||||||
@@ -24,6 +24,10 @@ npm install
|
|||||||
npm run start
|
npm run start
|
||||||
```
|
```
|
||||||
|
|
||||||
## Build
|
## Build / CI
|
||||||
|
|
||||||
EAS + Gitea workflows are included in `.gitea/workflows`.
|
Gitea workflows are in `.gitea/workflows`:
|
||||||
|
|
||||||
|
- `dev.yml`: smoke check via `expo export --platform web` on non-main branches
|
||||||
|
- `ci.yml`: Android preview APK + web bundle + release tag/artifacts on `main`
|
||||||
|
- `manual-build.yml`: manual APK build
|
||||||
|
|||||||
2
TODO.md
2
TODO.md
@@ -21,7 +21,7 @@
|
|||||||
## Remaining
|
## Remaining
|
||||||
- [x] Adjust CI/CD workflow naming and artifact naming for this project
|
- [x] Adjust CI/CD workflow naming and artifact naming for this project
|
||||||
- [x] Validate app builds (web export smoke check)
|
- [x] Validate app builds (web export smoke check)
|
||||||
- [ ] Polish README and commit final notes
|
- [x] Polish README and commit final notes
|
||||||
|
|
||||||
## Progress Log
|
## Progress Log
|
||||||
- [x] Initial MVP scaffold and all requested core features implemented
|
- [x] Initial MVP scaffold and all requested core features implemented
|
||||||
|
|||||||
Reference in New Issue
Block a user