2012.05.17 Weekly Check In - atlregional/OpenTripPlanner GitHub Wiki
13:32 <demory> say, its check-in time!
13:32 <demory> shall we get started?
13:32 <kpw_> demory, thanks!
13:33 <demory> sure -- perhaps the graph will be ready after we finish the check in!
13:33 <demory> my update: mainly working on this demo of the planned nyc bikeshare system using otp. look for something public soon!
13:33 <demory> btw, lots of front-end work being done for this that should evolve into a more general new otp webapp
13:34 <FrankP> demory ... mobile web browser compatable too?
13:35 <novalis_dt> I've been working on random bugs reported by users. I just noticed, however, that we had gotten a little sloppy with our use of GeometryFactory, so I just cleaned that up.
13:36 <novalis_dt> And Andew and I have been thinking about more general memory improvements
13:36 <novalis_dt> Most of which, unfortunately, are just working around Java's weakness.
13:38 <FrankP> I've fixed a few issues with the UI...also met with customer service folks this week (field trips). Interesting thing, routing wise, they need a booking system (internal tool, maybe external) that can block out trips (or trip segments), where a previous school fieldtrip has been booked.
13:38 <novalis_dt> BTW, FrankP and mele, I've been thinking hard about this bike-walking thing, and I still don't have a good solution
13:39 <mele> that's okay, just keep thinking. :) the request came from kind of a bike-celebrity over here so it would be nice to get it to work right
13:39 <novalis_dt> Yep
13:39 <novalis_dt> For humans, it's clear, but for the machine, much less so
13:39 <mele> yeah
13:40 <FrankP> simple thinker asks, can't just jack up the penalty to dismount / mount the bike
13:40 <novalis_dt> Last time we messed with this, we ended up going a very long way around to avoid a bridge
13:40 <novalis_dt> Or, more generally, to avoid walking the first/last half-block
13:41 <novalis_dt> The parameter was tuned more-or-less correctly until we started getting more crosswalks etc
13:42 <novalis_dt> Also, there are bikeable crosswalks and sidewalks
13:42 <novalis_dt> which make things worse
13:43 <demory> FrankP, yes, this ui should be more mobile-friendly than the current one
13:44 <mele> yay for mobile-friendly!
13:44 <FrankP> what api(s) does it use?
13:45 <novalis_dt> Leaflet, at least
13:46 <demory> leaflet for the mapping, jquery (+ ui) under the hood
13:46 <FrankP> think we could use jQuery mobile for both desktop & mobile?
13:46 <demory> leaflet has capability for mobile optimizations that I still need to look in to
13:46 <demory> the initial focus is on the desktop
13:47 <FrankP> yeah, I see maps that work with both touch and mouse with leaflet...wasn't sure it was doing that automatically, or...
13:47 <kpw_> demory, some mobile optimziation underway now!
13:47 <demory> FrankP, haven't worked w/ JQuery mobile
13:47 <demory> does it replace JQ UI?
13:48 <demory> kpw_, awesome
13:49 <FrankP> you still include the jquery core library, then use the mobile stuff. it has more limited widgets & windows...but those limits can be a good thing...
13:50 <FrankP> I like the idea of having a single UI for both web and desktop. maybe it's unrealistic though.
13:51 <demory> well we're currently making very limited use of the jquery ui stuff, so it might be feasible to drop in the mobile library instead