Age | Commit message (Collapse) | Author | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
This issue was introduced in 7c7b5e9f9536f70c92d66c4055090b46e26c4c11 and
caused the client-side javascript code to crash
|
|
|
|
|
|
To do: also do so in form generation
|
|
|
|
|
|
|
|
|
|
|
|
Not well-tested yet, deployment will have to wait a bit. Issue #15
|
|
|
|
|
|
|
|
|
|
|
|
Closes #12
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Closes #6
|
|
|
|
Closes #5
|
|
Closes #3
|
|
|
|
|
|
|
|
|
|
|
|
Todo: Redirect user to destination station upon arrival
|
|
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.
|
|
|
|
|
|
|