jakniedojade / jakniedojade-web-gui

The web user interface for jakniedojade - a city public transport statistical analysis solution 📊
https://jakniedojade.waw.pl/
Other
3 stars 0 forks source link

Missing data on specific pages #17

Open twarowskiw opened 1 month ago

twarowskiw commented 1 month ago

Get and display missing data on specific pages:

line category icon

stop name

line category icon and line direction

SimonFine commented 3 weeks ago

Adding line direction to line buttons on lines on pole component is doable but as of now quite complicated. Lines on pole endpoint returns just string array with line numbers so to get corresponding directions we would have to fetch poles for every direction for a given line and then search direction that includes selected pole from lines on pole component.

Needs discussion with backend