summaryrefslogtreecommitdiff
path: root/templates/edit_journey.html.ep
AgeCommit message (Collapse)AuthorLines
2020-10-17disable browser-autocompletion on station-inputs1.18.3Leah (ctucx)-2/+2
2020-08-23edit_journey: users can edit data, not just timesDaniel Friesel-1/+1
2020-02-01allow checkin and checkout station to be editedDaniel Friesel-6/+18
2020-01-28Add aria labels where needed, commit 1 of many (#37)Daniel Friesel-1/+1
2019-12-08allow a journey's cancellation status to be edited1.11.1Daniel Friesel-0/+9
Closes #27
2019-11-20allow routes to be edited after recording a journeyDaniel Friesel-0/+6
2019-08-23Allow comments to be editedDaniel Friesel-0/+6
2019-05-16Further color improvementsmarudor-2/+2
2019-04-23Use one row per journey instead of split checkin/checkout entriesDaniel Friesel-1/+1
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-13edit journey: use link to cancelDaniel Friesel-2/+2
This bypasses form element validation, which doesn't make sense for "cancel edit"
2019-04-08Work-in-progress journey editor. Not ready for deployment.Daniel Friesel-9/+10
2019-04-07Prepare forms for manual journey entry and editingDaniel Friesel-0/+94