osm-fr / osmose-frontend

Part of osmose that shows results on the website http://osmose.openstreetmap.fr
GNU General Public License v3.0
41 stars 38 forks source link

Speed-up correction for "descriptive name" #273

Open Bibi56 opened 4 years ago

Bibi56 commented 4 years ago
item class
9010 inutile 9010003

"descriptive name" suggests to remove the name=*. Fine but usually we just need to say "OK, do it". In lists like http://osmose.openstreetmap.fr/fr/errors/?source=407718&item=9010&class=9010003 We could have a button ❎ to just delete the name tag in the given object, without the need to just to an editor.

Other optimization: enable the multiple selection (in 2 clicks with shift) to be able to apply to a bunch of items. As we can sort by names, some are obviously descriptive names, some may require more attention.

This may be valid for other auto-fix proposals as what will be done is displayed properly.

A similar technique can be used on the map view. On this example. I can select the item, click on "fix-edit" then "Done". 3 clicks. As I see what will be done (removal of name tag) I can save a click here (adding a "fix it" link or a ❎ button). Just 2 clicks. Could even be a 1 click in a list view.