aboutsummaryrefslogtreecommitdiff
path: root/lib/GTFS.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* controlroom: lots of pretty little knobsstuebinm2022-08-271-0/+10
| | | | (also some database schema changes, for good measure)
* better Show instance for Timestuebinm2022-08-141-3/+7
|
* fix an operator precedence bugstuebinm2022-07-171-6/+6
|
* somewhat functioning control roomstuebinm2022-07-111-0/+2
| | | | | | 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!
* barebones webform API & frontendstuebinm2022-07-031-1/+9
|
* more or less functional servicealerts for gtfs rtstuebinm2022-07-021-14/+17
| | | | (kinda barebones, but the important things should be there)
* handle GTFS shapes (& send them out along trips)stuebinm2022-06-191-10/+60
| | | | | unfortunately, this makes some responses pretty large. Let's see if it works this way or if i have to find some way to break them up instead.
* foreign keys are a thingstuebinm2022-06-161-3/+3
| | | | | | (and they can be useful, too!) Also, documentation & deleting imports / extensions that aren't used.
* generate OpenAPI docsstuebinm2022-06-101-80/+101
| | | | lots of lenses in this stuff :(
* restructure GTFS typesstuebinm2022-06-061-52/+75
| | | | | | | 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!
* better aeson genericsstuebinm2022-06-061-8/+44
| | | | (template haskell doesn't work well with type families, unfortunately)
* basic server setupstuebinm2022-06-051-0/+314