summaryrefslogtreecommitdiff
path: root/templates/_history_trains.html.ep
AgeCommit message (Collapse)AuthorLines
2020-09-03add public profile page and public journey detailsDaniel Friesel-0/+3
2019-04-26Add manual journey entryDaniel Friesel-1/+1
Closes #3
2019-04-23Use one row per journey instead of split checkin/checkout entriesDaniel Friesel-37/+35
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-04-11decrease minimum history width by hiding train number if line is availableDaniel Friesel-1/+1
2019-04-10history: Show time next to stationDaniel Friesel-15/+22
2019-04-07Refactor history template, add yearly statsDaniel Friesel-0/+51