Not sure if this was already reported in some way, at least I couldn't find anything in the open issues.
My request is as follows - the user page displaying the notes created, e.g. mine at http://www.openstreetmap.org/user/Rudolf%20Mayer/notes, should allow for
Thanks for your consideration,
Rudolf
I would also appreciate being able to filter to show only notes I created.
As is, there is no way to do so, which means notes you triage or comment on become commingled into one large list.
I absolutely agree, especially on filtering by unresolved notes.
I've dozen of "my notes" pages, and if a note ever need work that I cannot do immediately (eg. it need resurveying), it will fall behind first few pages and with current situation I'll likely never see (and hence will not give attention to) that note again...
Or at least, firstly show all unresolved notes, and only after them all resolved notes. That one should literally be single line change in the code (modifying ORDER BY clause) so extremely easy to do, should not stop on anybody toes, and would increase functionality a lot.
since I couldn't wait for this to be implemented, as a temporary workaround I made it myself:
http://my-notes.osm-hr.org/
( or go grab the source yourself at https://github.com/osm-hr/my-osm-notes )
You can specify one (or several) users, and it will show only unresolved notes that they created or participated in (commented, closed, reopened etc). It uses Notes planet dump, so only gets updated once a day. Real solution in openstreetmap website would be much better (and operate in realtime), so hopefully this ticket would get some attention. Until it does, you're welcome to use instance above.
Most helpful comment
since I couldn't wait for this to be implemented, as a temporary workaround I made it myself:
http://my-notes.osm-hr.org/
( or go grab the source yourself at https://github.com/osm-hr/my-osm-notes )
You can specify one (or several) users, and it will show only unresolved notes that they created or participated in (commented, closed, reopened etc). It uses Notes planet dump, so only gets updated once a day. Real solution in openstreetmap website would be much better (and operate in realtime), so hopefully this ticket would get some attention. Until it does, you're welcome to use instance above.