aboutsummaryrefslogtreecommitdiff
path: root/site/tracker.hamlet (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-05-02restructure: get the tracker to work againstuebinm1-27/+32
This should hopefully be the final (major) part of the restructuring: a tracker no longer has to know which trip it is on (and indeed it has no idea for now), instead the server keeps state about which trips are currently running and will insert incoming pings in a hopefully reasonable manner, based on their geoposition & time. There's lots of associated TODO items here (especially there should be manual overrides for all this logic in the web ui), but that's work for a future me. (incidentally, this also adds support for sending all log messages out via ntfy-sh)
2024-04-24restructure: save a ticket's stop in the databasestuebinm1-3/+3
now mostly independent of the gtfs, but still no live-reloading of it.
2022-09-11on-board-unit: display estimated delay etc.stuebinm1-1/+14
2022-09-10use websockets for the on-board-unitstuebinm1-19/+46
2022-09-03init onboard-unitstuebinm1-0/+92