rowt/README.md

21 lines
653 B
Markdown
Raw Normal View History

2023-04-04 15:38:47 +02:00
# TODO
2023-04-04 15:44:38 +02:00
- [ ] Allow sign-outs only >2h before event
# Notes / Bugfixes
2023-04-10 22:41:31 +02:00
- [] delete flag user administration
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-18 12:13:26 +02:00
- [] remove key from src/rest/admin/rss.rs (line 8); at least before putting code somewhere public
2023-04-23 20:24:06 +02:00
- [] add `trip_type` (id, name, desc, question) with a FK to `trip_details`
- [] 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-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-11 15:28:24 +02:00
# Frontend Process
´cd frontend´
´npm install´
2023-04-05 22:04:54 +02:00
´npm run (watch/build)´