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