aboutsummaryrefslogtreecommitdiff
path: root/lib/Persist.hs (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-07-02rudimentary admin api implementationstuebinm1-5/+4
2022-07-02gtfs realtime: add vehicle positionsstuebinm1-0/+1
(or at least something that looks like it might be correct — though it carries very little information, and lacks things like what the next stop along the route is)
2022-07-02more or less functional servicealerts for gtfs rtstuebinm1-2/+7
(kinda barebones, but the important things should be there)
2022-06-19handle GTFS shapes (& send them out along trips)stuebinm1-4/+4
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-16a couple more database schemasstuebinm1-5/+28
might eventually be needed; until then they're just scaffolding so I don't loose sight of things
2022-06-16foreign keys are a thingstuebinm1-10/+10
(and they can be useful, too!) Also, documentation & deleting imports / extensions that aren't used.
2022-06-16actually use the databasestuebinm1-0/+85
(at least for a few simple things) Also, more modules!