OneBusAway / onebusaway-webapp

Modern web app frontend for OneBusAway built in JavaScript with SvelteKit
GNU Affero General Public License v3.0
3 stars 1 forks source link

Give stop markers an arrow that points in the direction of travel #8

Open aaronbrethorst opened 1 week ago

aaronbrethorst commented 1 week ago

User story

As a transit rider, I want to see which direction travel at a stop goes in (i.e. is this a northbound bus stop or a southbound bus stop), so that I can more easily figure out which stop I am need to look at.

Background

On the iOS app, we indicate the direction of travel with small arrows that stick out in cardinal and inter-cardinal directions—in other words: n, e, s, w, ne, nw, se, and sw.

IMG_55E41CA20CD4-1

Feature requirements

Design

I think we should be able to do everything in HTML and CSS with Font Awesome icons.

tarunsinghofficial commented 2 days ago

I'm interested in working on the issue.