Skip to content
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

front: display the path used for the projection on the warped map #8907

Draft
wants to merge 7 commits into
base: dev
Choose a base branch
from

Conversation

clarani
Copy link
Contributor

@clarani clarani commented Sep 18, 2024

closes #8882

- create a new ScenarioContent component which is rendered only if a scenario, a timetable and an infra exist
- modify useScenarioData so scenario, timetable and infra are arguments of the hook
Add a new boolean allTrainsProjected and display the warning "Projecting..." only if this boolean is not truthy.
By default, we select the first train for the selected train and the path used for the projection,
even if it is invalid. However, we should only select a valid train.
…esults

- group the fields related to the projection under a group 'projection'
- remove the field trainIdUsedForProjection
@clarani clarani requested a review from a team as a code owner September 18, 2024 08:20
@clarani clarani marked this pull request as draft September 18, 2024 08:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

front: display the projected train on the warped map
1 participant