2023-04-04 15:38:47 +02:00
|
|
|
|
# TODO
|
2023-04-04 15:44:38 +02:00
|
|
|
|
- [ ] Allow sign-outs only >2h before event
|
2023-04-05 19:31:36 +02:00
|
|
|
|
|
2023-04-28 18:41:38 +02:00
|
|
|
|
# Icons
|
|
|
|
|
- Regatta: 🏅
|
|
|
|
|
- Lange Ausfahrt: 💪
|
|
|
|
|
- Wanderfahrt: ⛱
|
|
|
|
|
|
2023-04-06 17:54:08 +02:00
|
|
|
|
# Notes / Bugfixes
|
2023-04-10 12:00:34 +02:00
|
|
|
|
- [] max_people = 0 -> Rot hervorheben, dass Ausfahrt abgesagt wurde?
|
2023-04-10 23:10:24 +02:00
|
|
|
|
- [] my trips for cox
|
2023-04-28 18:08:01 +02:00
|
|
|
|
- [] add `trip_type` (id, name, desc, question, icon) with a FK to `trip_details`
|
2023-04-23 20:24:06 +02:00
|
|
|
|
- [] add `always_show` to `planned_trips` (e.g. for wanderfahrten)
|
2023-04-24 10:18:56 +02:00
|
|
|
|
- [] exactly same time -> deny registration
|
2023-04-24 20:49:23 +02:00
|
|
|
|
- [] `planned_events` -> ICS feed to be [integrated](https://icscalendar.com/shortcode-overview/) in homepage calendar
|
2023-04-07 20:51:10 +02:00
|
|
|
|
|
2023-04-11 15:28:24 +02:00
|
|
|
|
# Nice to have
|
|
|
|
|
- [] automatically add regular planned trip
|
2023-04-18 21:16:40 +02:00
|
|
|
|
- [] User sync w/ nextcloud
|
2023-04-28 18:18:00 +02:00
|
|
|
|
- [] remove key from src/rest/admin/rss.rs (line 8); at least before putting code somewhere public
|
2023-04-28 19:08:17 +02:00
|
|
|
|
- [] Rocket tests for /rest
|
2023-04-11 15:28:24 +02:00
|
|
|
|
|
2023-04-05 19:31:36 +02:00
|
|
|
|
# Frontend Process
|
|
|
|
|
´cd frontend´
|
|
|
|
|
´npm install´
|
2023-04-05 22:04:54 +02:00
|
|
|
|
´npm run (watch/build)´
|