Helium314 / SCEE

OpenStreetMap surveyor app for experienced OSM contributors
GNU General Public License v3.0
115 stars 8 forks source link

New Quest: Which brewery is the beer served here? #472

Closed mcliquid closed 8 months ago

mcliquid commented 8 months ago

Quest idea based on: https://github.com/streetcomplete/StreetComplete/issues/82

General

Affected tag(s) to be modified/added: brewery Question asked: Which brewery is the beer served here?

Checklist

Checklist for quest suggestions (see guidelines):

Ideas for implementation

Element selection:

nodes, ways with
             (
                 amenity ~ bar|biergarten|pub|restaurant|nightclub
                 and !brewery
             )

Proposed UI: Quest icon already added: https://github.com/streetcomplete/StreetComplete/pull/938/commits/56d3ae659efaf3f6e9797fd860f6eb2b9092c393

I would use the same implementation as the cuisine quest, since you can select multiple values from a list.

Helium314 commented 8 months ago

Should be good, also the UI.

Some details to consider:

mcliquid commented 8 months ago

I've opened a thread in the Community: https://community.openstreetmap.org/t/clarification-about-the-use-of-key-brewery/105405