add final tests for trip.rs
This commit is contained in:
@ -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?
|
||||
|
Reference in New Issue
Block a user