aboutsummaryrefslogtreecommitdiff
path: root/messages (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-05-02restructure: get the tracker to work againstuebinm1-0/+1
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 databasestuebinm2-2/+2
now mostly independent of the gtfs, but still no live-reloading of it.
2024-04-20restructure: have "tickets" independent of gtfsstuebinm2-0/+6
this is mostly meant to guard against the gtfs changing under tracktrain, and not yet complete (e.g. a ticket does not yet save its expected stops, which it probably should).
2023-01-28better web interface & cssstuebinm2-1/+24
2023-01-22oauth2 via uffdstuebinm2-0/+4
this is unfortunately uffd-specific, since oauth2 is apparently sort of a vague standard. But since it doesn't actually do much it should probably be possible to make it fully configurable & generic if needed.
2022-12-13simple realtime position mapstuebinm2-0/+2
(what was that about doing the realtime stuff somewhere else and /not/ in this monolithic server thingie? oh well …)
2022-11-29controlroom: show tripShortName instead of tripIdstuebinm1-0/+3
since the ids really should be internal to the gtfs, and not needed in "normal" contexts.
2022-09-11on-board-unit: display estimated delay etc.stuebinm2-0/+9
2022-09-10use websockets for the on-board-unitstuebinm1-0/+2
2022-09-03init onboard-unitstuebinm2-0/+8
2022-09-02reasonable delay forecastsstuebinm2-0/+4
2022-08-27controlroom: lots of pretty little knobsstuebinm2-0/+19
(also some database schema changes, for good measure)
2022-08-26controlroom: some stylingstuebinm2-7/+9
2022-08-14control room: translations & form inputstuebinm2-0/+22
still basic, but works pretty well overall