push
This commit is contained in:
16
README.md
16
README.md
@ -14,20 +14,6 @@
|
||||
- Link for specific trip
|
||||
- Basic auth (with e.g. ekrv) to prevent spam bots? (Or on first login there are 2 input fields: name + e.g. name of "strom")
|
||||
|
||||
|
||||
# DB
|
||||
|
||||
- trip
|
||||
- id: i32
|
||||
- cox_id: i32 (user.id)
|
||||
- trip_details: Option<i32> (trip_details.id)
|
||||
- planned_event_id: Option<i32> (planned_event.id)
|
||||
- created: chrono::DateTime
|
||||
- user_trip
|
||||
- trip_details_id: i32 (trip_details.id)
|
||||
- user_id: i32 (user.id)
|
||||
- created: chrono::DateTime
|
||||
|
||||
# TODO
|
||||
- [x] User login
|
||||
- [x] Admin
|
||||
@ -37,5 +23,5 @@
|
||||
- [ ] Ausfahrten
|
||||
- [x] CRUD planned_event
|
||||
- [x] CRUD trip_details
|
||||
- [ ] CRUD trip
|
||||
- [x] CRUD trip
|
||||
- [ ] CRUD user_trip
|
||||
|
Reference in New Issue
Block a user