Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2023-08-15 | station board: add iris / hafas links | Birte Kristina Friesel | -0/+20 | |
2023-08-14 | hafas preparations: Zug → Fahrt | Birte Kristina Friesel | -2/+2 | |
2023-07-23 | departure board: do not allow new checkins prior to arrival of current checkin | Birte Kristina Friesel | -3/+18 | |
This check is already present in the backend; now the frontend knows about it too. | ||||
2023-07-07 | move footer to layout1.32.10 | Birte Kristina Friesel | -2/+0 | |
2023-06-08 | warn when trying to check out at invalid unscheduled station1.32.3 | Derf Null | -17/+38 | |
Closes #72 | ||||
2023-03-27 | stationboard: add HAFAS support | Derf Null | -52/+6 | |
2022-11-21 | indicate hidden departures in station board | Daniel Friesel | -1/+7 | |
2022-09-23 | departure board: add footer | Daniel Friesel | -0/+2 | |
2022-07-26 | departure board: move get_connecting_trains call to controller | Daniel Friesel | -1/+1 | |
this is in preparation for turning it into a promise | ||||
2022-07-14 | increased click area for checkin | Daniel Friesel | -3/+3 | |
2021-07-18 | departures: show annotation if no realtime data is available | Daniel Friesel | -0/+3 | |
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 | |