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

Show vehicle properties in popup #30

Open
roata opened this issue Oct 3, 2019 · 1 comment
Open

Show vehicle properties in popup #30

roata opened this issue Oct 3, 2019 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed ux User experience, design, aesthetics
Milestone

Comments

@roata
Copy link
Member

roata commented Oct 3, 2019

When a vehicle marker is clicked, a popup window should be shown, with the following information taken from web-ui/src/data/vehicles.csv:

  • route number, e.g. 30
  • board number, e.g. 3898
  • whether it has accessibility features, by displaying a corresponding icon

Notes:

  • We can take a Unicode approach, 'WHEELCHAIR SYMBOL' (U+267F), ♿. However, it may look different on different devices, so perhaps it might be a better idea to use a specific icon.
  • The route number is in the popup for the case when the user has selected multiple routes to be displayed at the same time (at the moment we don't have this capability, but let's imagine we have it).

Closes #64

@roata roata added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers ux User experience, design, aesthetics labels Oct 3, 2019
@roata roata added this to the v1.1.0 milestone Oct 4, 2019
@ralienpp
Copy link
Collaborator

Draft implementation of this in #64

@iamandrewluca iamandrewluca self-assigned this Dec 4, 2019
@iamandrewluca iamandrewluca removed their assignment Sep 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed ux User experience, design, aesthetics
Projects
None yet
Development

No branches or pull requests

3 participants