Files
luggage-list/TODO.md
Luna 7de77d2878
Some checks failed
Build App / release (push) Has been cancelled
Build App / build-web (push) Has been cancelled
Build App / build-android (push) Has been cancelled
feat: scaffold luggage list expo app with core local MVP
2026-04-18 11:51:58 +02:00

867 B

TODO - Luggage List

In Progress

  • Bootstrap project from /root/projects/time-until
  • Set app metadata to Luggage List
  • Add first MVP implementation shell

MVP Feature Checklist

  • Local-only storage (no auth/no backend)
  • Trip creation/selection with active trip auto-selection
  • Trip image support
  • Luggage items CRUD with category
  • Item statuses: packed, unpacked, lost, left-behind, lent-to (+ person name)
  • Item placement tracking: suitcase, backpack, with-user, other
  • Item image support
  • Create check-up snapshots
  • Check-up history per trip
  • JSON export
  • Default luggage list template (copy into new trip)

Remaining

  • Adjust CI/CD workflow naming and artifact naming for this project
  • Validate app builds (web export smoke check)
  • Polish README and commit final notes