-
Notifications
You must be signed in to change notification settings - Fork 9
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
Moving hashtags to dedicated changeset tag #48
Comments
@bhousel thanks for the heads up. The hashtags are pre-populated in iD/JOSM from the Tasking Manager 95% of the time. This would require an update to the Tasking Manager and OSM Stats. One thing to keep in mind is that moving the hashtags to a special tag should be done in conjunction with the other editors, especially JOSM. This will prevent us from having to search in multiple places for them on the edits. I'm ok with this change by it will require some work on our end that we didn't have in the pipeline and don't have funding for either on the tasking manager or osm-stats. |
Just wanted to followup on this - I added a Any hashtags detected in the related issues: |
osm-stats-workers (and OSMesa, for data backfills) still use the
|
@bhousel if you do decide to exclude hashtags from the |
OSM Stats is possibly the root cause of the proliferation of hashtags in comments that causes mappers to get yelled at all the time. There’s even a proposal to automatically revert people’s changes if they only provide hashtags without anything more human-readable. OSM Stats may not be responsible for the lack of these human-readable explanations, but editors would automatically nudge mappers to provide them if the hashtags aren’t there. It looks like this task entails simplifying the following code to read the Since the osm-stats system is already storing the hashtags in a more structured field, there’s probably no need to consider backwards compatibility: you can just cut over, and the stats will continue to reflect older changesets from before the cutover. |
related: openstreetmap/iD#2834
Because some OSM users don't like the use of hashtags in comments, I'm planning to add another field to iD just for the hashtags. This new field will appear below the comment box, and (like the comment) will be settable via the url api. Hashtags will be saved with a new changeset tag like
hashtag=#thing1;#thing2;#thing3
I think there might be a service to fetch "registered" mapathon hashtags? If so, please let me know and I'd be happy to connect iD to this service to allow users to either pick hashtags from a list, or type their own.
For a while, I'll continue to support hashtags in both the comments and this new field, so there will be time to switch over any tools like osm-stats or osm task manager. There's no rush!
The text was updated successfully, but these errors were encountered: