aboutsummaryrefslogtreecommitdiff
path: root/lib/Server (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-07-07generic html forms for ADTsstuebinm1-88/+17
this does some GHC generics witchery, now in its own module!
2022-07-07don't have the ControlRoom API in Swaggerstuebinm1-6/+0
just causes pain and isn't really useful for anything since it's a webform API meant to be used by the web frontend, not by other applications.
2022-07-06wrote some generic html form codestuebinm1-12/+97
this automatically derives lucid html versions of ADTs which are hopefully compatible with the FormUrlEncoded type class
2022-07-03barebones webform API & frontendstuebinm1-0/+53
2022-07-03remove some unused importsstuebinm1-49/+42
2022-07-03add service monad (with built-in logging)stuebinm2-1/+15
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)