OpenRailAssociation / osrd

An open source web application for railway infrastructure design, capacity analysis, timetabling and simulation
https://osrd.fr
GNU Lesser General Public License v3.0
415 stars 40 forks source link

front: origin and destination "unknown" #3248

Open celine-sncf opened 1 year ago

celine-sncf commented 1 year ago

What happened?

In the "Détails du sillon" component, fields "Origine" and "Destination" are shown as "Unknown" image

What did you expect to happen?

Not sure :

How can we reproduce it (as minimally and precisely as possible)?

  1. Go to any scenario
  2. Add a train
  3. Scroll down to the "Détails du sillon" component

What operating system, browser and environment are you using?

OSRD version

1232050d

clarani commented 1 year ago

Need more discussion with the backend: first we can replaced by "-", it can be replaced by the PK and the line used. If existing.

axrolld commented 1 year ago

I'm taking this refinement in charge

axrolld commented 1 year ago

This is part of a bigger feature linked to the pathfinding, that we'll need to commit later. In the meantime, either the track section id should be displayed or we should just remove those fields for now.

nicolaswurtz commented 5 months ago

The fields are well displayed when you use the rocket!

This issue is not a bug but an enhancement, we should display kp, track, line when no OP is selected. It needs refinement & backend work.