On 05/08/2013 11:59 AM,
jorden...@goabout.com wrote:
> I understand that the entire webapp is going to be replaced by Something
> Better in the (near?) future, so I don't know if this is worth fixing in
> the current webapp, but I thought it would be worth mentioning.
Yes, David Emory has been working on a complete rewrite of the
Javascript OTP client. I was just experimenting with it and it seems to
be coming along nicely. You can find it in this branch:
https://github.com/openplans/OpenTripPlanner/tree/leaflet-ui
The new Maven sub-module is called opentripplanner-leaflet-webapp.
I'm afraid changes made to the 'classic' webapp might fall into disuse
within a few weeks. On the other hand I imagine David wants to get the
new app in a stable state before people start making patches.
David E, is it conceivable to merge your new webapp into master some
time soon, or would you like to do some more work on it first?
If so I'm thinking we should revise the names of our Maven sub-projects.
We've been somewhat confusingly using 'webapp' to mean both 'servlet'
and 'Javascript client'. Something like:
opentripplanner-api-servlet
opentripplanner-web-client
-Andrew