add todos

This commit is contained in:
philipp 2023-07-21 10:32:30 +02:00
parent 5a27c5a225
commit e9d06d785e

View File

@ -19,7 +19,7 @@
- [] exactly same time -> deny registration
- [] automatically add regular planned trip
- [] User sync w/ nextcloud
- [] Rocket tests for /rest
- [] Rocket tests for /rest (see below)
- [] same day+time: aggregate stats (x people, of which y cox and z rower)
# Frontend Process
@ -27,9 +27,41 @@
´npm install´
´npm run (watch/build)´
# Missing backend tests
- [ ] (index) GET /
- [ ] (faq) GET /faq
- [ ] (cal) GET /cal
- [ ] (FileServer: svelte/build) GET /<path..>
- [ ] (join) GET /join/<trip_details_id>
- [ ] (remove) GET /remove/<trip_details_id>
- [x] (create) POST /cox/trip
- [ ] (update) POST /cox/trip/<trip_id>
- [ ] (join) GET /cox/join/<planned_event_id>
- [ ] (remove) GET /cox/remove/<planned_event_id>
- [ ] (remove_trip) GET /cox/remove/trip/<trip_id>
- [ ] (index) GET /auth/
- [ ] (login) POST /auth/
- [ ] (logout) GET /auth/logout
- [ ] (updatepw) POST /auth/set-pw
- [ ] (setpw) GET /auth/set-pw/<userid>
- [ ] (rss) GET /admin/rss?<key>
- [ ] (index) GET /admin/user
- [ ] (update) POST /admin/user
- [ ] (create) POST /admin/planned-event
- [ ] (update) PUT /admin/planned-event
- [ ] (create) POST /admin/user/new
- [ ] (delete) GET /admin/user/<user>/delete
- [ ] (resetpw) GET /admin/user/<user>/reset-pw
- [ ] (delete) GET /admin/planned-event/<id>/delete
- [ ] (FileServer: static/) GET /public/<path..> [10]
- [ ] (login) POST /api/login/
----
# Thoughts on nextcloud sync tables
user
- UID
- pw