All,
I wonder if any has interest in prototyping/developing a feature in the onebusaway-nyc UI’s that, if it works out right, could get released into the live NYC deployment?
I’ve taken a stab at the requirements here: https://github.com/camsys/onebusaway-nyc/issues/9
If anyone has interest, lemme know and I’m perfectly happy to talk through the need, my ideas, look at prototypes, discuss compromises, etc.
Thanks
Mike
Kurt, thanks. We have this deployed in a dev/test environment and it’s looking very snazz! May I offer a few minor UI/aesthetic suggestions?
1. To be consistent with how a route is displayed in the main OBANYC home page (e.g. http://www.bustime.mta.info/#B61), the name of the route (e.g. “B61 Park Slope – Downtown Brooklyn”) should be black, not blue.
2. There seems to be extra space between the colored line and the route description (e.g. “via Van Brunt St / Columbia St / 9th St”) – looking at the HTML there’s a <BR> there – is it really needed?
3. You have the CSS specified such that each <li> gets witdh = 30% (i.e. 3 entries across each row). This leads to lots of route names and some descriptions wrapping. I think it’s worth trying with 40-50% so that there’s only 2 entries per row – it will make the page longer but I think make it easier to look at.
Thoughts? If you are to make changes, I guess it should somehow be coordinated with Sheldon since he pulled in your original version into the main branch.
Thanks,
Mike
From: onebusaway...@googlegroups.com [mailto:onebusaway...@googlegroups.com]
On Behalf Of Sheldon A. Brown
Sent: Tuesday, May 21, 2013 10:24 AM
To: onebusaway...@googlegroups.com
Subject: Re: [onebusaway-developers] feature request for onebusaway-nyc: Route List page (desktop and mobile)
Thanks for the reminder Kurt!
Kurt,
We are almost there, only one final minor improvement request before we can use it: can you please add, in the desktop routes page above the “Routes” text, the same logo+links that are at the top of every wiki page? i.e.:

I believe the actual image is incorporated via CSS that pulls in a deployment/branding/overlay-specific image.
Before changing the jsp though, please pull down our latest version from https://github.com/camsys/onebusaway-nyc/blob/master/onebusaway-nyc-webapp/src/main/webapp/WEB-INF/content/routes.jspx -- we pulled in your style updates but then added a bit of javascript to get the route ID/name to pick up the color when hovering.
Thanks,
Mike
From: onebusaway...@googlegroups.com [mailto:onebusaway...@googlegroups.com]
On Behalf Of Kurt Raschke
Sent: Friday, May 24, 2013 4:12 PM
To: onebusaway...@googlegroups.com
Subject: Re: [onebusaway-developers] feature request for onebusaway-nyc: Route List page (desktop and mobile)
Mike,
--
And it’s live:
- Desktop: http://bustime.mta.info/routes/
- Mobile: http://bustime.mta.info/m/routes/
Thanks to everyone for their contributions on this simple but useful feature.