travelynx/lib/Travelynx/Command
Daniel Friesel e168d9cd39 Use one row per journey instead of split checkin/checkout entries
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-23 18:08:07 +02:00
..
database.pm Use one row per journey instead of split checkin/checkout entries 2019-04-23 18:08:07 +02:00
dumpconfig.pm Add a dumpconfig command, mostly useful to debug Docker setups 2019-04-17 07:11:04 -04:00
maintenance.pm Finish transition from DBI to Mojo::Pg 2019-04-22 13:42:41 +02:00
munin.pm Refactor munin command to use Mojo::Pg 2019-04-17 13:36:01 -04:00