summaryrefslogtreecommitdiff
path: root/public/static/v4
AgeCommit message (Collapse)AuthorLines
2019-04-23Use one row per journey instead of split checkin/checkout entriesDaniel Friesel-1/+0
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-19add marker for cancelled departuresDaniel Friesel-0/+1