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

stdcm: make rolling stock labels shorter #9358

Open
axrolld opened this issue Oct 15, 2024 · 0 comments
Open

stdcm: make rolling stock labels shorter #9358

axrolld opened this issue Oct 15, 2024 · 0 comments
Labels
area:front Work on Standard OSRD Interface modules difficulty:good first issue Good for newcomers from:users Something reported directly by the users kind:enhancement Improvement of existing features module:stdcm Short-Term DCM

Comments

@axrolld
Copy link
Contributor

axrolld commented Oct 15, 2024

Who would benefit from this feature?

End users

What is this feature about?

In the list of rolling stocks here, the labels are very long, we can make them shorter by only displaying the reference of the rolling stock:

Image

From the payload the front gets, only display the "reference"

{
  "detail": "BB 7200",
  "family": "LOCOMOTIVES",
  "type": "Locomotives électriques",
  "grouping": "Locomotives électriques courant continu",
  "series": "BB 7200",
  "subseries": "GV",
  "unit": "US",
  "number": "1",
  "reference": "7200"
}

Why is this feature valuable?

This feature matters because it will make the rolling stock list clearer.

Anything else people should know?

No response

@axrolld axrolld added area:front Work on Standard OSRD Interface modules difficulty:good first issue Good for newcomers kind:enhancement Improvement of existing features module:stdcm Short-Term DCM from:users Something reported directly by the users labels Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:front Work on Standard OSRD Interface modules difficulty:good first issue Good for newcomers from:users Something reported directly by the users kind:enhancement Improvement of existing features module:stdcm Short-Term DCM
Projects
None yet
Development

No branches or pull requests

1 participant