aboutsummaryrefslogtreecommitdiff
path: root/messages/en.msg (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-05-16new feature: Server.Frontend.Tickerstuebinm1-0/+1
A simple way to have "announcements" available via API, and otherwise distinct from the service announcements which show up in Gtfs Realtime. These are meant to go e.g. be embedded on the operator's website, or in other places where it's not as easy to display per-trip specific messages.
2024-05-09rough initial work on space-time diagramsstuebinm1-0/+1
this does svg templating with hamlet. It might be better to use a javascript library instead (templating svgs is a little confusing tbh), but for now i'll see how far i get with this.
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 databasestuebinm1-1/+1
now mostly independent of the gtfs, but still no live-reloading of it.
2024-04-20restructure: have "tickets" independent of gtfsstuebinm1-0/+3
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 & cssstuebinm1-0/+7
2023-01-22oauth2 via uffdstuebinm1-0/+2
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 mapstuebinm1-0/+1
(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.stuebinm1-0/+3
2022-09-10use websockets for the on-board-unitstuebinm1-0/+2
2022-09-03init onboard-unitstuebinm1-0/+5
2022-09-02reasonable delay forecastsstuebinm1-0/+2
2022-08-27controlroom: lots of pretty little knobsstuebinm1-0/+12
(also some database schema changes, for good measure)
2022-08-26controlroom: some stylingstuebinm1-1/+2
2022-08-14control room: translations & form inputstuebinm1-0/+11
still basic, but works pretty well overall