aboutsummaryrefslogtreecommitdiff
path: root/app (follow)
Commit message (Collapse)AuthorAgeFilesLines
* some config thingyesodstuebinm2022-08-281-14/+27
| | | | | works kinda well, but doesn't complain about unknown config values in json, which is kinda hmpf tbh
* make connstring configurable at runtimestuebinm2022-06-181-1/+7
|
* generate javascript functionsstuebinm2022-06-171-0/+24
| | | | | | (this is commented out in the cabal file, since unfortunately the servant-js package is broken in nixpkgs and therefore otherwise breaks the nix build process … but it can be used "by hand")
* foreign keys are a thingstuebinm2022-06-161-23/+5
| | | | | | (and they can be useful, too!) Also, documentation & deleting imports / extensions that aren't used.
* actually use the databasestuebinm2022-06-161-3/+8
| | | | | | (at least for a few simple things) Also, more modules!
* generate OpenAPI docsstuebinm2022-06-101-22/+22
| | | | lots of lenses in this stuff :(
* restructure GTFS typesstuebinm2022-06-061-1/+1
| | | | | | | unfortunately doesn't quite get rid of all the type family still since it's just too useful … but does reduce it somewhat. Also, maps are much easier for looking things up than vectors!
* basic server setupstuebinm2022-06-051-287/+20
|
* initial hackingstuebinm2022-06-051-0/+308