Age | Commit message (Collapse) | Author | Lines |
|
|
|
|
|
This is in preparation for supporting multiple HAFAS backends, and possibly
EFA and RIS::Journeys.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
some odds and ends left to polish, but ready for testing
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Closes #27
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Closes #3
|
|
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.
|
|
|
|
Reported by @marudor
|
|
Provides a workaround for #2
|
|
|
|
|
|
|
|
See issue #3
|
|
|
|
|
|
|
|
|
|
|
|
|