Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2020-02-17 | handle departure cancellation after checkin | Daniel Friesel | -0/+7 | |
2019-12-26 | fix connections display1.12.2 | Daniel Friesel | -3/+3 | |
2019-12-14 | departures: show orientation bar dividing past from future | Daniel Friesel | -0/+14 | |
2019-10-19 | show related stations in departure list1.9.7 | Daniel Friesel | -3/+6 | |
2019-07-14 | Show departures of all linked stations | Daniel Friesel | -2/+2 | |
Not well-tested yet, deployment will have to wait a bit. Issue #15 | ||||
2019-05-20 | show journey suggestions on departure board as well1.6.0 | Daniel Friesel | -23/+38 | |
2019-05-16 | Further color improvements | marudor | -2/+2 | |
2019-04-24 | $render(status => ...) is a special variable. derp. | Daniel Friesel | -1/+1 | |
2019-04-23 | Primitive auto-refresh of current journey status | Daniel Friesel | -12/+1 | |
Todo: Redirect user to destination station upon arrival | ||||
2019-04-23 | Use one row per journey instead of split checkin/checkout entries | Daniel Friesel | -6/+6 | |
Whether a user is in transit or not is now determined by an entry in the in_transit table instead of a dangling checkin. All completed journeys are stored in the "journeys" table. This does most of the work needed for automatic checkout. However, note that the corresponding worker process is not implemented yet. | ||||
2019-03-31 | Perform undo by deleting the erroneous database entry | Daniel Friesel | -2/+2 | |
2019-03-20 | Show negative delay as "-X", not "+-X" | Daniel Friesel | -1/+1 | |
2019-03-19 | support logging of cancelled journeys | Daniel Friesel | -6/+8 | |
2019-03-19 | add marker for cancelled departures | Daniel Friesel | -2/+6 | |
2019-03-09 | Slightly more helpful texts for checkin/checkout pages | Daniel Friesel | -1/+9 | |
2019-03-08 | departures: Add hint (tap == checkin) | Daniel Friesel | -28/+31 | |
2018-11-02 | add undo for checkouts | Daniel Friesel | -0/+14 | |
2018-10-05 | Use POST requests to modify data | Daniel Friesel | -3/+5 | |
2018-09-02 | Initial commit | Daniel Friesel | -0/+49 | |