Ruderassistent des Rudervereins Donau Linz
https://app.rudernlinz.at
frontend | ||
src | ||
templates | ||
.env | ||
.gitignore | ||
.gitlab-ci.yml | ||
Cargo.lock | ||
Cargo.toml | ||
migration.sql | ||
README.md | ||
rot.service | ||
seeds.sql | ||
test_db.sh | ||
update.sh |
TODO
- Allow sign-outs only >2h before event
Notes / Bugfixes
- [] delete flag user administration
- [] max_people = 0 -> Rot hervorheben, dass Ausfahrt abgesagt wurde?
- [] my trips for cox
- [] remove key from src/rest/admin/rss.rs (line 8); at least before putting code somewhere public
- [] add
trip_type
(id, name, desc, question, icon) with a FK totrip_details
- [] add
always_show
toplanned_trips
(e.g. for wanderfahrten) - [] exactly same time -> deny registration
- []
planned_events
-> ICS feed to be integrated in homepage calendar
Nice to have
- [] automatically add regular planned trip
- [] User sync w/ nextcloud
Frontend Process
´cd frontend´ ´npm install´ ´npm run (watch/build)´
Backend tests
- model/user.rs
- model/tripdetails.rs
- model/planned_event.rs
- [.] model/trip.rs
- model/usertrip.rs
- Rest?