add final tests for trip.rs

This commit is contained in:
2023-04-28 18:18:00 +02:00
parent 38732df6c8
commit 4d532e5846
3 changed files with 50 additions and 3 deletions

View File

@ -5,7 +5,6 @@
- [] delete flag user administration
- [] max_people = 0 -> Rot hervorheben, dass Ausfahrt abgesagt wurde?
- [] my trips for cox
- [] remove key from src/rest/admin/rss.rs (line 8); at least before putting code somewhere public
- [] add `trip_type` (id, name, desc, question, icon) with a FK to `trip_details`
- [] add `always_show` to `planned_trips` (e.g. for wanderfahrten)
- [] exactly same time -> deny registration
@ -14,6 +13,7 @@
# Nice to have
- [] automatically add regular planned trip
- [] User sync w/ nextcloud
- [] remove key from src/rest/admin/rss.rs (line 8); at least before putting code somewhere public
# Frontend Process
´cd frontend´
@ -25,6 +25,6 @@
- [x] model/user.rs
- [x] model/tripdetails.rs
- [x] model/planned_event.rs
- [.] model/trip.rs
- [x] model/trip.rs
- [ ] model/usertrip.rs
- [ ] Rest?