aboutsummaryrefslogtreecommitdiff
path: root/lib/Server/GTFS_RT.hs (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-08-27controlroom: lots of pretty little knobsstuebinm1-10/+10
(also some database schema changes, for good measure)
2022-07-11somewhat functioning control roomstuebinm1-1/+1
tbh i've kinda lost track at what has all been changed in this, but the control room form handling now works, and i can write announcements into the database. Now on to making it do useful things!
2022-07-03remove some unused importsstuebinm1-49/+42
2022-07-03add service monad (with built-in logging)stuebinm1-1/+2
2022-07-02better module namesstuebinm1-1/+2
2022-07-02rudimentary admin api implementationstuebinm1-0/+1
2022-07-02gtfs realtime: add vehicle positionsstuebinm1-16/+68
(or at least something that looks like it might be correct — though it carries very little information, and lacks things like what the next stop along the route is)
2022-07-02more or less functional servicealerts for gtfs rtstuebinm1-0/+155
(kinda barebones, but the important things should be there)