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
It seems it is currently not possible to add a VehicleRef to a ServiceJourney. It may be possible through some TrainElement wizardry, but my usecase is a ship so using TrainElement is going to be quite strange.
Today only VehicleTypeRef is allowed on ServiceJourney. This will not suffice since I need to reference specific vehicles. Below is the information I have about the vehicles. Each vehicle (ship) has an individual name and the goal here is to be able to present ship name and capacity to the end users.
I presume this has some implication for several elements but this is the basic need for my specific usecase.
I've also understood from a colleague that you can link Vehicles to ServiceJourneys per date. This may solve the issue in some situations. Perhaps DatedServiceJourney is the best solution? Happy to hear suggestions. Likely there isn't one solution that works perfectly for all usecases.
It seems it is currently not possible to add a
VehicleRef
to a ServiceJourney. It may be possible through some TrainElement wizardry, but my usecase is a ship so using TrainElement is going to be quite strange.Today only VehicleTypeRef is allowed on ServiceJourney. This will not suffice since I need to reference specific vehicles. Below is the information I have about the vehicles. Each vehicle (ship) has an individual name and the goal here is to be able to present ship name and capacity to the end users.
I presume this has some implication for several elements but this is the basic need for my specific usecase.
This usecase is closely tied to this issue: #345
The text was updated successfully, but these errors were encountered: