-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scheduling Editor #500
Comments
|
|
siforf564
pushed a commit
that referenced
this issue
May 3, 2024
siforf564
pushed a commit
that referenced
this issue
May 3, 2024
sboivinsystra
pushed a commit
that referenced
this issue
Jul 3, 2024
sboivinsystra
pushed a commit
that referenced
this issue
Jul 3, 2024
sboivinsystra
pushed a commit
that referenced
this issue
Jul 3, 2024
sboivinsystra
pushed a commit
that referenced
this issue
Jul 3, 2024
Can now Add nodes, Delete nodes and Draw (upward downward) |
disabled speed edition when schedule mode. |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Implementation of the scheduling fonctionnality
Currently, each links have a fix time/speed and a headway. Sequence of those links forms a trip with unique trip_id.
We would like to be able to switch to a scheduling format where a trip can be repeated a variable intervals.
Here are some specification of the fonctionnality:
When creating a new trip, it is by default a headway trip. It is only afterward that you can switch to a schedulling based trip.
When a trip is switch to a schedulling based trip, it is called a ttrip (temporal trip)
When a trip is switch to a ttrip, time, speed and heaway collumns of each link are disabled. They are replaced by columns of departure and arrival.
You switch a trip to ttrip by entering the scheduling dialog (see draft below) and adding new ttrip (temporal trip). You can add as many as you want.
ttrips arrival and departure schedule can then be edited individualy in the schedulling dialog
scroll on the schedule = time zoom
scrolle outside of the schdule = vertical scroll (stations)
The text was updated successfully, but these errors were encountered: