You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the pathfinding, we can pass as input either a step as uic, trigram, operational_point (id) or track/offset. In most of the app we check for uic or track/offset but not for the rest. It can lead to some issue when we import timetable with a .json which can have these type of values.
Acceptance criteria
Harmonize the use and check of all PathItemLocation types.
The text was updated successfully, but these errors were encountered:
Description and goal
For the pathfinding, we can pass as input either a step as
uic
,trigram
,operational_point
(id) ortrack/offset
. In most of the app we check foruic
ortrack/offset
but not for the rest. It can lead to some issue when we import timetable with a .json which can have these type of values.Acceptance criteria
Harmonize the use and check of all
PathItemLocation
types.The text was updated successfully, but these errors were encountered: