structure todos

This commit is contained in:
philipp 2023-04-29 10:26:16 +02:00
parent ee0a275b9b
commit c7b4a0bf9c

View File

@ -1,20 +1,25 @@
# TODO
- [ ] Allow sign-outs only >2h before event
# Icons # Icons
- Regatta: 🏅 - Regatta: 🏅
- Lange Ausfahrt: 💪 - Lange Ausfahrt: 💪
- Wanderfahrt: ⛱ - Wanderfahrt: ⛱
# Notes / Bugfixes # Notes / Bugfixes
- [] my trips for cox ## Frontend
- [] add `trip_type` (id, name, desc, question, icon) with a FK to `trip_details` - [] add UI for `trip_type`
- [] add `always_show` to `planned_trips` (e.g. for wanderfahrten)
- [] exactly same time -> deny registration ## Backend
- [] `planned_events` -> ICS feed to be [integrated](https://icscalendar.com/shortcode-overview/) in homepage calendar
- [] Guests should only be allowed to register at certain trips - [] Guests should only be allowed to register at certain trips
- [] Allow sign-outs only >2h before event
- [] add `always_show` to `planned_trips` (e.g. for wanderfahrten)
- [] `planned_events` -> ICS feed to be [integrated](https://icscalendar.com/shortcode-overview/) in homepage calendar
# Nice to have # Nice to have
## Frontend
- [] my trips for cox
## Backend
- [] exactly same time -> deny registration
- [] automatically add regular planned trip - [] automatically add regular planned trip
- [] User sync w/ nextcloud - [] User sync w/ nextcloud
- [] remove key from src/rest/admin/rss.rs (line 8); at least before putting code somewhere public - [] remove key from src/rest/admin/rss.rs (line 8); at least before putting code somewhere public