Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-07-07 | don't have the ControlRoom API in Swagger | stuebinm | 1 | -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-06 | wrote some generic html form code | stuebinm | 1 | -12/+97 | |
this automatically derives lucid html versions of ADTs which are hopefully compatible with the FormUrlEncoded type class | |||||
2022-07-03 | barebones webform API & frontend | stuebinm | 1 | -0/+53 | |
2022-07-03 | remove some unused imports | stuebinm | 1 | -49/+42 | |
2022-07-03 | add service monad (with built-in logging) | stuebinm | 2 | -1/+15 | |
2022-07-02 | better module names | stuebinm | 1 | -1/+2 | |
2022-07-02 | rudimentary admin api implementation | stuebinm | 1 | -0/+1 | |
2022-07-02 | gtfs realtime: add vehicle positions | stuebinm | 1 | -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-02 | more or less functional servicealerts for gtfs rt | stuebinm | 1 | -0/+155 | |
(kinda barebones, but the important things should be there) |