Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-07-07 | generic html forms for ADTs | stuebinm | 1 | -88/+17 | |
this does some GHC generics witchery, now in its own module! | |||||
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 | |