34 lines
974 B
Markdown
34 lines
974 B
Markdown
# 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
|