Hi all - One more addition, since I'm quite pleased at having worked this one out. I've updated the pick-a-random-task button so it tries to avoid edit clashes: https://github.com/pgiraud/osm-tasking-manager2/pull/35 We noticed in the user feedback there was some concern about users being randomly given tasks which are right next to each other, which could lead to edit conflicts. This Pull Request adds some SQL to make sure that the random-task button avoids picking a task next to a currently-locked task, if possible. This should help prevent conflict :)
Dan 2014-03-09 20:40 GMT+00:00 Dan S <[email protected]>: > Hi all, > > I'm pleased to say we made some progress on the Tasking Manager v2 at > the OSM Hack Weekend. > > I was only there yesterday not today, but I know both Katie and I got > the TMv2 code running and made some little improvements, moving it > slowly towards feature-completeness: > > * Pick-a-random-task button > * Automatically unlock a task after time > * Lock a task when clicking to edit it > * Some tweaks to text and CSS > > Katie may have more things in the pipeline after today, I don't know. > > Pull Requests here: > https://github.com/pgiraud/osm-tasking-manager2/pulls > I hope Pierre is happy with them enough to merge many of them in :) > > Best > Dan _______________________________________________ HOT mailing list [email protected] https://lists.openstreetmap.org/listinfo/hot
