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-29 10:26:16 +02:00
|
|
|
|
## Frontend
|
|
|
|
|
- [] add UI for `trip_type`
|
2023-04-29 10:27:23 +02:00
|
|
|
|
- [] support esc to close sidebar
|
|
|
|
|
- [] FAQ page
|
2023-04-29 10:26:16 +02:00
|
|
|
|
|
|
|
|
|
## Backend
|
2023-05-03 17:18:02 +02:00
|
|
|
|
- [] Do deletion of trip automatically (amount_user = 0) is someone is already registered; simplify FAQ!
|
2023-04-29 10:26:16 +02:00
|
|
|
|
- [] Allow sign-outs only >2h before event
|
2023-04-23 20:24:06 +02:00
|
|
|
|
- [] add `always_show` to `planned_trips` (e.g. for wanderfahrten)
|
2023-04-24 20:49:23 +02:00
|
|
|
|
- [] `planned_events` -> ICS feed to be [integrated](https://icscalendar.com/shortcode-overview/) in homepage calendar
|
2023-05-03 13:32:23 +02:00
|
|
|
|
- [] Notification system (-> signal msgs?) e.g. if new event; somebody unregistered
|
2023-04-29 10:26:16 +02:00
|
|
|
|
|
2023-04-11 15:28:24 +02:00
|
|
|
|
# Nice to have
|
2023-04-29 10:26:16 +02:00
|
|
|
|
## Frontend
|
|
|
|
|
- [] my trips for cox
|
|
|
|
|
|
|
|
|
|
## Backend
|
|
|
|
|
- [] exactly same time -> deny registration
|
2023-04-11 15:28:24 +02:00
|
|
|
|
- [] 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)´
|