changeset-map icon indicating copy to clipboard operation
changeset-map copied to clipboard

Show information about latest state of feature

Open planemad opened this issue 8 years ago • 1 comments

When one is inspecting a bad change, it is very helpful to know if the feature had been later modified/corrected by another user. This helps a reviewer take appropriate action if needed.

Current workflow

screen shot 2017-04-28 at 11 48 07 am

https://osmlab.github.io/changeset-map/#48202080

To find out if this feature has been deleted, the user currently needs to check the OSM object page https://www.openstreetmap.org/way/489873496/history

screen shot 2017-04-28 at 11 50 15 am

Expected workflow

On clicking the feature in changeset-map, indicate if a newer version of the object exists or has been deleted. This will allow the user to jump to inspect the latest changeset involving this feature or know that the issue is resolved without needed to check an external site. This saves considerable time when cycling through various features of a changeset.

Mediawiki watchlist does this by showing if the change is part of the current state of the page.

cc @batpad @ajithranka @rasagy @manoharuss

planemad avatar Apr 28 '17 06:04 planemad

Thanks for the ticket @planemad .

I imagine we would do this by querying some API for the feature id that would let us know if there were further edits made to it.

Let's explore possibilities.

batpad avatar Apr 28 '17 10:04 batpad