aboutsummaryrefslogtreecommitdiff
path: root/messages/de.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-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-1/+17
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-09-11on-board-unit: display estimated delay etc.stuebinm1-0/+6
2022-09-03init onboard-unitstuebinm1-0/+3
2022-09-02reasonable delay forecastsstuebinm1-0/+2
2022-08-27controlroom: lots of pretty little knobsstuebinm1-0/+7
(also some database schema changes, for good measure)
2022-08-26controlroom: some stylingstuebinm1-6/+7
2022-08-14control room: translations & form inputstuebinm1-0/+11
still basic, but works pretty well overall