-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow user to request feedback when saving #4133
Comments
@bhousel It's a good idea! Some time ago someone suggested to add a hash tag like I think we could add the information both in the changeset tag and in the comment. The tag makes it easier to be identified by software and the comment lets it more visible to users. |
Nice, I'll make sure that when this feature is implemented we will open an issue on OSMCha to support it. Hashtags in comments are sort of falling out of favor, see #2834. I think they are mostly used by the Missing Maps project for their dashboard. There seems to be general agreement that people would rather see hashtags in a different changeset tag and encourage mappers to write real comments about what they are doing, but there will be some transition period where they still appear in comments. |
wip at #4223 |
Completed in 0ea043b |
iD invented here a new tag. |
@HolgerJeromin Thanks for your suggestion. I added it on https://wiki.openstreetmap.org/wiki/Changeset#Tags_on_changesets |
I like the idea of giving new users the possibility to request a review. However, I am missing some key information:
I'd like to see a list of software that evaluates |
@ltog we have no life cycle of a review. Perhaps osmcha has this internally, but this should work across other QA software tools... |
My two bits: this information should not live on external review tools but on the osm.org changeset page, which is the commonly understood canonical page for a changeset. I believe discussions on changesets accommodate these use cases just fine. I.e. if someone reviews a changeset, fixes things, they should leave a discussion on the changeset saying "changeset was not good, but all was fixed in later changesets. No need to look at it" for eg. All any external tool needs to do then is surface the current changeset discussions to the reviewer. It would probably be a good idea for any external review tool to post back any internal taxonomy for tagging / rating changesets as changeset discussions so this information is surfaced in a common place on osm.org. I'm not sure if posting changeset discussions by bots is allowed / encouraged, but I'll create a ticket in OSMCha for this. tl;dr: I think most of these use-cases are currently handled by the changeset comment tag and changeset discussions. |
@batpad Thanks for your input. |
…the `review_requested=yes` changeset tag. Inspired by: - openstreetmap/iD#4133 - openstreetmap/iD#4223 - http://neis-one.org/2017/09/review-requests-osm/ git-svn-id: http://josm.openstreetmap.de/svn/trunk@12719 0c6e7542-c601-0410-84e7-c038aed88b3b
…the `review_requested=yes` changeset tag. Inspired by: - openstreetmap/iD#4133 - openstreetmap/iD#4223 - http://neis-one.org/2017/09/review-requests-osm/ git-svn-id: https://josm.openstreetmap.de/svn/trunk@12719 0c6e7542-c601-0410-84e7-c038aed88b3b
…the `review_requested=yes` changeset tag. Inspired by: - openstreetmap/iD#4133 - openstreetmap/iD#4223 - http://neis-one.org/2017/09/review-requests-osm/ git-svn-id: https://josm.openstreetmap.de/svn/trunk@12719 0c6e7542-c601-0410-84e7-c038aed88b3b
This comes up for discussion sometimes in other channels but we don't have an issue to track it here.
The idea would be to have a checkbox labelled something like "I'd like somebody to review these edits". Then iD would add a special changeset tag (e.g.
review_requested=yes
?) and it would get special treatment by review systems like OSMCha.similar: #3968
The text was updated successfully, but these errors were encountered: