OSMCha / osmcha-frontend

Frontend for the osmcha-django REST API
https://osmcha.org
ISC License
121 stars 37 forks source link

Paste list of users #328

Open mvexel opened 5 years ago

mvexel commented 5 years ago

I'm submitting a feature request

Brief Description

If I have a list of OSM user names (space or comma separated, or perhaps on separate lines), I want to be able to paste them into the usernames filter input box and be

What is the motivation / use case for this feature?

If I already have a list of usernames I want to filter on, I don't want to have to type them all individually into the username filter input field.

What is the current behaviour, (attach relevant screenshots) ?

A list of users is parsed as one fictitious user

What is the expected behaviour ?

A list of comma, space or \n separated users is parsed as separate OSM users when pasted in the usernames filter input field

lukasmartinelli commented 5 years ago

If I have a list of OSM user names (space or comma separated, or perhaps on separate lines), I want to be able to paste them into the usernames filter input box and be

I've faced the same use case before too! 👍

govvin commented 5 years ago

This would be especially useful for reviewing changesets made during a mapathons, or an organized mapping event. I remember that in the (very) old version of OsmCha, you can add the names from the URL directly.

P.S. Just finished adding a list of 100+ users. :sweat:

mvexel commented 5 years ago

Another way would be to define 'teams' that can be used by others too to filter on. For example I can define the Telenav map team as a Team in OSMCha and maintain it (for example if new people join I can add them), and anyone can select it as a predefined user filter to see what we're up to.