aboutsummaryrefslogtreecommitdiff
path: root/lib/GTFS.hs (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-08-27controlroom: lots of pretty little knobsstuebinm1-0/+10
(also some database schema changes, for good measure)
2022-08-14better Show instance for Timestuebinm1-3/+7
2022-07-17fix an operator precedence bugstuebinm1-6/+6
2022-07-11somewhat functioning control roomstuebinm1-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!
2022-07-03barebones webform API & frontendstuebinm1-1/+9
2022-07-02more or less functional servicealerts for gtfs rtstuebinm1-14/+17
(kinda barebones, but the important things should be there)
2022-06-19handle GTFS shapes (& send them out along trips)stuebinm1-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.
2022-06-16foreign keys are a thingstuebinm1-3/+3
(and they can be useful, too!) Also, documentation & deleting imports / extensions that aren't used.
2022-06-10generate OpenAPI docsstuebinm1-80/+101
lots of lenses in this stuff :(
2022-06-06restructure GTFS typesstuebinm1-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!
2022-06-06better aeson genericsstuebinm1-8/+44
(template haskell doesn't work well with type families, unfortunately)
2022-06-05basic server setupstuebinm1-44/+50