stationslauf/README.md
2025-04-11 15:06:46 +02:00

34 lines
974 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Stationslauf
## Missing Techstack
- HTMX as frontend
## Next steps
- [x] Station
- [x] Route
- [x] Route_station
- [x] Team
- [ ] Rating view
- [x] make plan how i want to handle station-login, then write tests!
- [ ] simple rating entry
- [x] "new group here" (team_id, auto ARRIVED_AT)
- [x] create
- [x] delete
- [ ] if no group currently here -> ask to start
- [x] "group started" (auto STARTED_AT)
- [x] "group finished" (auto LEFT_AT
- [ ] "group rated" (points, notes) // also updateable
- [ ] improve messages, especially for `/s`
- [ ] Highscore list
## Fancy features
- see when a team starts going to your direction
- QR codes for teams, stations can then scan it?
- View all teams: where have they last made contact with *any* station?
- View single teams: which stations are they still missing?
- Rangliste
- How long have teams spent on average at each station?
- Aggregated wait time (started_at - arrived_at) for each station