aboutsummaryrefslogtreecommitdiff
path: root/lib/Server/ControlRoom.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* controlroom: some stylingstuebinm2022-08-261-37/+84
|
* ControlRoom: default layoutstuebinm2022-08-141-18/+30
|
* control room: translations & form inputstuebinm2022-08-141-192/+156
| | | | still basic, but works pretty well overall
* controlroom: replace servant/lucid with yesodstuebinm2022-08-141-149/+205
| | | | aka use something meant for webapps to write the webapp
* a little more control room workstuebinm2022-07-201-7/+31
|
* some work on the control roomstuebinm2022-07-171-28/+71
| | | | (it can do useful stuff! but it also still breaks on some things!)
* somewhat functioning control roomstuebinm2022-07-111-21/+90
| | | | | | 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 ADTsstuebinm2022-07-071-88/+17
| | | | this does some GHC generics witchery, now in its own module!
* don't have the ControlRoom API in Swaggerstuebinm2022-07-071-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 codestuebinm2022-07-061-12/+97
| | | | | this automatically derives lucid html versions of ADTs which are hopefully compatible with the FormUrlEncoded type class
* barebones webform API & frontendstuebinm2022-07-031-0/+53