Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | on-board-unit: display estimated delay etc. | stuebinm | 2022-09-11 | 1 | -2/+6 |
| | |||||
* | correct the generated openapi description | stuebinm | 2022-09-11 | 1 | -1/+3 |
| | |||||
* | reasonable delay forecasts | stuebinm | 2022-09-02 | 1 | -2/+3 |
| | |||||
* | guess at future delays (horrible, incorrect, and unfinished) | stuebinm | 2022-08-31 | 1 | -6/+9 |
| | |||||
* | this does way too much tbh (also functioning delays) | stuebinm | 2022-08-28 | 1 | -8/+2 |
| | | | | most of it deals with timezones, and all the weird implications that has | ||||
* | controlroom: lots of pretty little knobs | stuebinm | 2022-08-27 | 1 | -18/+30 |
| | | | | (also some database schema changes, for good measure) | ||||
* | control room: translations & form input | stuebinm | 2022-08-14 | 1 | -1/+1 |
| | | | | still basic, but works pretty well overall | ||||
* | controlroom: replace servant/lucid with yesod | stuebinm | 2022-08-14 | 1 | -2/+1 |
| | | | | aka use something meant for webapps to write the webapp | ||||
* | a little more control room work | stuebinm | 2022-07-20 | 1 | -2/+8 |
| | |||||
* | some work on the control room | stuebinm | 2022-07-17 | 1 | -1/+1 |
| | | | | (it can do useful stuff! but it also still breaks on some things!) | ||||
* | somewhat functioning control room | stuebinm | 2022-07-11 | 1 | -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 implementation | stuebinm | 2022-07-02 | 1 | -5/+4 |
| | |||||
* | gtfs realtime: add vehicle positions | stuebinm | 2022-07-02 | 1 | -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 rt | stuebinm | 2022-07-02 | 1 | -2/+7 |
| | | | | (kinda barebones, but the important things should be there) | ||||
* | handle GTFS shapes (& send them out along trips) | stuebinm | 2022-06-19 | 1 | -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 schemas | stuebinm | 2022-06-16 | 1 | -5/+28 |
| | | | | | might eventually be needed; until then they're just scaffolding so I don't loose sight of things | ||||
* | foreign keys are a thing | stuebinm | 2022-06-16 | 1 | -10/+10 |
| | | | | | | (and they can be useful, too!) Also, documentation & deleting imports / extensions that aren't used. | ||||
* | actually use the database | stuebinm | 2022-06-16 | 1 | -0/+85 |
(at least for a few simple things) Also, more modules! |