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