aboutsummaryrefslogtreecommitdiff
path: root/lib/Persist.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* on-board-unit: display estimated delay etc.stuebinm2022-09-111-2/+6
|
* correct the generated openapi descriptionstuebinm2022-09-111-1/+3
|
* reasonable delay forecastsstuebinm2022-09-021-2/+3
|
* guess at future delays (horrible, incorrect, and unfinished)stuebinm2022-08-311-6/+9
|
* this does way too much tbh (also functioning delays)stuebinm2022-08-281-8/+2
| | | | most of it deals with timezones, and all the weird implications that has
* controlroom: lots of pretty little knobsstuebinm2022-08-271-18/+30
| | | | (also some database schema changes, for good measure)
* control room: translations & form inputstuebinm2022-08-141-1/+1
| | | | still basic, but works pretty well overall
* controlroom: replace servant/lucid with yesodstuebinm2022-08-141-2/+1
| | | | aka use something meant for webapps to write the webapp
* a little more control room workstuebinm2022-07-201-2/+8
|
* some work on the control roomstuebinm2022-07-171-1/+1
| | | | (it can do useful stuff! but it also still breaks on some things!)
* somewhat functioning control roomstuebinm2022-07-111-1/+1
| | | | | | 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!
* rudimentary admin api implementationstuebinm2022-07-021-5/+4
|
* gtfs realtime: add vehicle positionsstuebinm2022-07-021-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)
* more or less functional servicealerts for gtfs rtstuebinm2022-07-021-2/+7
| | | | (kinda barebones, but the important things should be there)
* handle GTFS shapes (& send them out along trips)stuebinm2022-06-191-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.
* a couple more database schemasstuebinm2022-06-161-5/+28
| | | | | might eventually be needed; until then they're just scaffolding so I don't loose sight of things
* foreign keys are a thingstuebinm2022-06-161-10/+10
| | | | | | (and they can be useful, too!) Also, documentation & deleting imports / extensions that aren't used.
* actually use the databasestuebinm2022-06-161-0/+85
(at least for a few simple things) Also, more modules!