| Age | Commit message (Collapse) | Author |
|
|
|
As long as one arrives after 11pm and leaves before 1am
|
|
|
|
along with the React interface
|
|
If `journey_length_in_vehicle_journeys` feature is enabled
|
|
|
|
|
|
Fix the journeys time editor. Refs #6036
|
|
|
|
|
|
|
|
Use waiting_time in schedules computation. Refs #5899
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Ensure a time is set for all non-commercial stops
|
|
5535 compute vehicle journeys times
|
|
|
|
When the number of possible values is low (<10), display the values
right away, don't use an Ajax query
|
|
Fix journey edition from editor. Refs #5435
|
|
Show journeys names in editor. Refs #5433
|
|
purchase_windows feature
|
|
|
|
|
|
|
|
Add purchase windows to vehicle journeys. Refs #5407
|
|
Fix vehicle journeys ui. Refs #5376
|
|
:fire: useless code
Rename some vars
|
|
- Link PurchaseWindows to VehicleJourneys in the model
- Add an autocompletion endpoint
|
|
- Add most of the react code
- And the specs where possible
Still remains:
- Link PurchaseWindows to VehicleJourneys in the model
- Add an autocompletion endpoint
|
|
We don't block user actions anymore. Instead, when the departure time is
set prior to the arrival time, we shift the arrival time accordingly
(and reversed when the user sets the arrival time)
|
|
|
|
(required field)
|
|
|
|
Added some UX changes on VehicleJourney collection route
- truncate the id of the VJ and the JP to 10 characters
- only show the 3 first timetable in the metas of the VJ
- add a link to the time_table#show in the EditTimeTable modal
|
|
Escape wildcard character on ILIKE search in the different select2s
When the reasearch was '%' or '_' the query interpreted those characters as wildcars.
Need to escape them to run properly the ransack query
|
|
|