diff --git a/README.md b/README.md index db8dea1..0c31783 100644 --- a/README.md +++ b/README.md @@ -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 / +- [ ] (join) GET /join/ +- [ ] (remove) GET /remove/ +- [x] (create) POST /cox/trip +- [ ] (update) POST /cox/trip/ +- [ ] (join) GET /cox/join/ +- [ ] (remove) GET /cox/remove/ +- [ ] (remove_trip) GET /cox/remove/trip/ +- [ ] (index) GET /auth/ +- [ ] (login) POST /auth/ +- [ ] (logout) GET /auth/logout +- [ ] (updatepw) POST /auth/set-pw +- [ ] (setpw) GET /auth/set-pw/ +- [ ] (rss) GET /admin/rss? +- [ ] (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//delete +- [ ] (resetpw) GET /admin/user//reset-pw +- [ ] (delete) GET /admin/planned-event//delete +- [ ] (FileServer: static/) GET /public/ [10] +- [ ] (login) POST /api/login/ + ---- +# Thoughts on nextcloud sync tables + user - UID - pw