Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | ControlRoom: default layout | stuebinm | 2022-08-14 | 1 | -18/+30 | |
| | ||||||
* | control room: translations & form input | stuebinm | 2022-08-14 | 2 | -196/+157 | |
| | | | | still basic, but works pretty well overall | |||||
* | controlroom: replace servant/lucid with yesod | stuebinm | 2022-08-14 | 1 | -149/+205 | |
| | | | | aka use something meant for webapps to write the webapp | |||||
* | a little more control room work | stuebinm | 2022-07-20 | 1 | -7/+31 | |
| | ||||||
* | some work on the control room | stuebinm | 2022-07-17 | 2 | -31/+79 | |
| | | | | (it can do useful stuff! but it also still breaks on some things!) | |||||
* | somewhat functioning control room | stuebinm | 2022-07-11 | 2 | -22/+91 | |
| | | | | | | 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! | |||||
* | generic html forms for ADTs | stuebinm | 2022-07-07 | 1 | -88/+17 | |
| | | | | this does some GHC generics witchery, now in its own module! | |||||
* | 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) |