Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
travelynx
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
derf
travelynx
Commits
0ef0024e
Commit
0ef0024e
authored
5 years ago
by
Birte Kristina Friesel
Browse files
Options
Downloads
Patches
Plain Diff
Update README
parent
63791da2
No related branches found
Branches containing commit
Tags
2.9.14
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+18
-27
18 additions, 27 deletions
README.md
with
18 additions
and
27 deletions
README.md
+
18
−
27
View file @
0ef0024e
...
@@ -102,15 +102,15 @@ For the sake of this manual, we will assume your travelynx instance is running
...
@@ -102,15 +102,15 @@ For the sake of this manual, we will assume your travelynx instance is running
on
`travelynx.de`
on
`travelynx.de`
travelynx journey logging is based on checkin and checkout actions: You check
travelynx journey logging is based on checkin and checkout actions: You check
into a train when boarding it, and check out again when leaving it. Real-time
into a train when boarding it, select a destination, and are automatically
data is saved on both occasions, providing an accurate overview of both
checked out when you arrive. Real-time data is saved on both occasions and
continuously updated while in transit, providing an accurate overview of both
scheduled and actual journey times.
scheduled and actual journey times.
## Checking in
## Checking in
You can check into a train up to 10 minutes before its scheduled departure and
You can check into a train up to 30 minutes before its scheduled departure and
up to 3 hours after its actual departure (including delays). I recommend
up to two hours after its actual departure (including delays).
doing so when it arrives at the station or shortly after boarding.
First, you need to select the station you want to check in from.
First, you need to select the station you want to check in from.
Navigate to
`travelynx.de`
or click/tap on the travelynx text in the navigation
Navigate to
`travelynx.de`
or click/tap on the travelynx text in the navigation
...
@@ -118,30 +118,20 @@ bar. You will see a list of the five stations closest to your current location
...
@@ -118,30 +118,20 @@ bar. You will see a list of the five stations closest to your current location
(as reported by your browser). Select the station you're at or enter its
(as reported by your browser). Select the station you're at or enter its
name or DS100 code manually.
name or DS100 code manually.
Now, as soon as you select a train, you will be checked in and travelynx
As soon as you select a train, you will be checked in and travelynx will switch
will switch to the journey / checkout view.
to the journey / checkout view. If you already now where you're headed, you
should click/tap on the destination station in the station list now. You can
change the destination by selecting a new one any time.
## Checking out
## Checking out
You can check out of a train up to 10 minutes before its scheduled arrival and
You are automatically checked out a few minutes after arrival at your
up to 3 hours after its actual arrival. This ensures that accurate real-time
destination. If the train has already arrived when you select a destination and
data for your arrival is available. I recommend checking out when arriving at
its arrival was less than two hours ago, you are checked out immediately. If
your destination or shortly after having left the train.
it's more than two hours, it will not be included in the scheduled and
real-time data fetched by travelynx. In this case, you have to check out
Once checked in,
`travelynx.de`
will show a list of all upcoming stops. Select
without arrival data using the link at the bottom of the checkin menu's station
one to check out there. You can also check out at a specific station by
list.
navigating to "travelynx.de/s/
*station name*
" and selecting "Hier auschecken".
If you forgot to check out in time, or are departing the train at a station
which is not part of its documented route (and also not part of its documented
route deviations), or are encountering issues with travelynx' real-time data
fetcher, the checkout action will fail with an error message along the lines
of "no real-time data available" or "train not found".
If you use the checkout link again, travelynx will perform a force checkout: it
will log that you have left the train at the specified station, but omit
arrival time, delay, and other real-time data. At the moment, this data cannot
be specified manually.
Testing
Testing
---
---
...
@@ -154,4 +144,5 @@ not affected.
...
@@ -154,4 +144,5 @@ not affected.
Nevertheless, bugs may happen. Do NOT run tests on your production database.
Nevertheless, bugs may happen. Do NOT run tests on your production database.
Please use a separate development database instead.
Please use a separate development database instead.
Run the tests by executing
`prove`
.
Run the tests by executing
`prove`
. Use
`prove -v`
for debug output and
`DBI_TRACE=SQL prove -v`
to monitor SQL queries.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment