aboutsummaryrefslogtreecommitdiff
path: root/lib/Server/Frontend.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* new feature: Server.Frontend.Tickerstuebinm2024-05-161-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.
* space time diagrams: real time & time zonesstuebinm2024-05-101-1/+1
|
* rough initial work on space-time diagramsstuebinm2024-05-091-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.
* restructure: split web frontend into several modulesstuebinm2024-05-091-0/+20