<div dir="ltr"><div>I think you can set this up with OSM Hall Monitor <a href="https://github.com/ethan-nelson/osm_hall_monitor">https://github.com/ethan-nelson/osm_hall_monitor</a> by tracking all the objects you touch and setting them up as subscriptions.</div><div><br></div><div>Personally I found it easier to just subscribe to my whole city in OSMCha.</div><div><br></div><div>Nothing is stopping such a system being built at the moment as a 3rd party service, just needs someone motivated enough to build and support it.</div><div dir="ltr"><br></div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, 22 Aug 2020 at 19:11, pangoSE <<a href="mailto:pangose@riseup.net">pangose@riseup.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi<br><br>I would like to track all objects that I ever created or edited.<br>I suggest we implement a system to make this easy.<br><br>I suggest we create a new system that is updated every time a changeset is uploaded. The new system tracks userids and osmids and date of last change/edit.<br><br>When I create or edit an object an entry is made in this system (if a way is converted to relation the relation id is added and so forth). If another user converts my way to a relation the system edits the userobjects table of both users. This works around the problem of missing permanent ids. If a node, way or relation is deleted by anyone the row in my userobjects is deleted)<br><br>The system can then be queried lke this:<br><br>IMPLEMENTATION SUGGESTION:<br><br>GET Openstreetmap.org/api/userobjects/pangoSE<br>Outputs objects for user pangoSE with the oldest first (outputs 10 entries, &offset can be used to get more, &size can be used to output up to 300 entries, &modified_date=desc by default)<br><br>The osmids of the objects can then be used to query the suggested verification endpoint to easily find old userobjects that are stale and need reverification. The user can be used to generate maps and gpx exports of all osmids needing verification for the user to use during a mapping quest.<br><br>This data is privacy sensitive so the endpoint should require permissions from the user to make it easy to write a script or service that uses the data on behalf of the user.<br><br>WDYT?<br><br>Cheers <br>pangoSE<br>-- <br>Skickat från min Android-enhet med k9._______________________________________________<br>
talk mailing list<br>
<a href="mailto:talk@openstreetmap.org" target="_blank">talk@openstreetmap.org</a><br>
<a href="https://lists.openstreetmap.org/listinfo/talk" rel="noreferrer" target="_blank">https://lists.openstreetmap.org/listinfo/talk</a><br>
</blockquote></div></div>