This commit is contained in:
philipp 2023-04-24 10:18:56 +02:00
parent 1b611b0228
commit cd239ec65f

View File

@ -8,6 +8,7 @@
- [] 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
- [] add `trip_type` (id, name, desc, question) with a FK to `trip_details` - [] add `trip_type` (id, name, desc, question) with a FK to `trip_details`
- [] add `always_show` to `planned_trips` (e.g. for wanderfahrten) - [] add `always_show` to `planned_trips` (e.g. for wanderfahrten)
- [] exactly same time -> deny registration
# Nice to have # Nice to have
- [] automatically add regular planned trip - [] automatically add regular planned trip