feat: add trip deletion and adjust CI/CD workflows for luggage-list
Some checks failed
Luggage List Build / release (push) Has been cancelled
Luggage List Build / build-android (push) Has started running
Luggage List Build / build-web (push) Has been cancelled

This commit is contained in:
2026-04-18 11:54:03 +02:00
parent 7de77d2878
commit 3de75b2f4d
5 changed files with 62 additions and 24 deletions

10
TODO.md
View File

@@ -19,6 +19,12 @@
- [x] 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)
- [x] Adjust CI/CD workflow naming and artifact naming for this project
- [x] Validate app builds (web export smoke check)
- [ ] Polish README and commit final notes
## Progress Log
- [x] Initial MVP scaffold and all requested core features implemented
- [x] Added trip deletion flow and confirmation
- [x] Updated Gitea workflows/artifacts naming for Luggage List
- [x] Ran local web export smoke checks successfully