hotosm / osm-tasking-manager

Deprecated! - See osm-tasking-manager2
84 stars 25 forks source link

Task instructions don't display on the task page itself. #224

Open AndrewBuck opened 10 years ago

AndrewBuck commented 10 years ago

When you take a task, you no longer see the 'workflow' page instructions which is kind of annoying. As a workaround we have been just copy pasting the workflow instructions onto the 'per task instructions' box as well.

One possible solution would be to just always show the workflow instructions automatically on the 'Task' page as well (or maybe only after you have taken a task) and then show the 'task specific instructions' above or below that if there are any.

A second possible solution would be to check to see if the task specific box is empty and if it is, to treat it if the workflow instructions were just copied there automatically. I think a coalesce statement in the DB query should do exactly what is needed here, but I am not 100% sure on that.