Opened 9 years ago
Last modified 8 years ago
#11845 new enhancement
(More) nagging/warning for empty changeset comment or source
Reported by: | anonymous | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | tested |
Keywords: | changeset, comment, source, warning | Cc: | Klumbumbus, bastiK, Don-vip |
Description (last modified by )
Please add (more) nagging when a changeset is to be uploaded without a comment or source attribute.
IMHO it is detrimental to OSM to have such changesets; one simple example (I am sure there are better ones): a changeset introducing lots of address data, no source given - has the address data been copied from a map which is considered a fallback/secondary source only and should thus be checked doing a survey or has the data actually been collected during a survey? Similarly, empty changeset comments are obviously not helpful for deciding if a changeset should be checked for quality assurance etc.
I'm aware of the fact that JOSM is aimed at advanced users which should probably know better and actually do provide changeset comment and source, but I still see lots of changesets with one or both of them missing (and also no source attribute on objects).
The nagging/warning dialog should probably explain that providing a meaningful comment and source is important for OSM and collaboration with other contributors (and contain a "Hide in future" checkbox).
If there already is such a dialog, it should probably be worded more strongly to really discourage leaving comment/source empty.
A more radical approach would be to refuse uploading if comment or source is missing (just like some version control systems abort comitting if no commit message is specified).
Attachments (0)
Change History (10)
comment:1 by , 9 years ago
Description: | modified (diff) |
---|
comment:2 by , 9 years ago
comment:3 by , 9 years ago
First try (open to better suggestions of course):
For comment:
Your upload comment is empty, or very short.
You are strongly encouraged to add a meaningful comment; many users who are watching changes in their area depend on meaningful changeset comments to understand what is going on! Having a changeset comment for example makes it easier to recognize unintended changes and check your changes for plausibility.
So, please add a meaningful comment. Thank you.
For source:
You did not specify a source for your changes.
You are strongly encouraged to specify your source(s) (depending on the ones you used, it might even be mandatory).
Not having this information will make certain tasks like quality assurance unnecessarily difficult or even impossible, potentially requiring someone to revert or redo your work. Furthermore, source information helps other mappers (as well as yourself) decide if and how a feature should be edited during further mapping.
So, please specify your source(s). Thank you.
comment:5 by , 9 years ago
Milestone: | 16.01 → 16.02 |
---|
comment:6 by , 9 years ago
Milestone: | 16.02 → 16.03 |
---|
comment:8 by , 9 years ago
Milestone: | 16.04 → 16.05 |
---|
comment:9 by , 9 years ago
Milestone: | 16.05 → 16.06 |
---|
comment:10 by , 8 years ago
Milestone: | 16.06 |
---|
We already have (
org.openstreetmap.josm.gui.io.UploadDialog.UploadAction#warnUploadComment)
… and … (
org.openstreetmap.josm.gui.io.UploadDialog.UploadAction#warnUploadSource)
Which rewording would you suggest?