Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2019-04-23 | Use one row per journey instead of split checkin/checkout entries | Daniel Friesel | -7/+9 | |
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-22 | Use Mojo::Pg for all remaining Controller and Helper logic | Daniel Friesel | -4/+19 | |
2019-03-22 | More refactoring | Daniel Friesel | -8/+1 | |
2019-03-21 | Initiate transition to a Mojolicious MVC web application | Daniel Friesel | -0/+126 | |