-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Add brewery quest #475
Add brewery quest #475
Conversation
"Nearby Values" Feature still missing from destination quest
Okay, so far it's working! @Helium314 However, I notice the same thing here as with the cuisine quest: When you start the quest, the far too large suggestion list covers the entire screen. Could the height be limited here or, alternatively, could a "Show suggestions" button be added? |
I remember there is some way of limiting dropdown size, that could be used. The whole brewery form is almost a duplicate of the cuisine form, so it would make sense to have one base form to be used / adapted in both quests. I can do this. The nearby part should be simple, but if you want I can add it myself. |
Would be awesome if you could take over. Will be much cleaner if you will do it 😉 |
Done. Though I didn't yet test the changes. |
Nice! I've tested it on my physical phone and jumped to Munich and it worked! The |
From the app's point of view or from a technical point of view, would it be a disadvantage to extend the list of breweries even further? There are currently just under 100 entries in it, would it be bad if there were over 1000, for example? |
A longer list will slow down the suggestions, but I think even with 1000 entries the difference will not be noticeable.
I guess that's ok. The highlighted elements are not useful for the quest anyway, but rather as helper when the user can't find the place. Some more things:
|
This is strange - will have a look in the future if it's my fault or a strange setting. But fixed it.
I've took the same wording as the
Should it be part of the suggestion list or "Other Answer"-Option to make clear it's not a beer brand called "various"?
In this case I would tag |
I found a proposal that might give us a little more clarification: https://wiki.openstreetmap.org/wiki/Proposal:Beer_details It proposes that the key Accordingly, I would understand the quest as asking for all available brands. How which brand is served with exactly which variety should not be part of this quest. Also, a few individuals on Talk:Key:brewery agree that the value |
If the quests really asks about all breweries (which it seems to do), then
The |
Looks like all is done now, right? |
Now I've fixed the "Other Answer" issue - build is successful and behaviour works like planned. Let's wait some days, but I have the feeling that their is not really a opinion in the community. |
Great, so the description and the title disagree with each other about draft vs all beers... |
app/src/main/java/de/westnordost/streetcomplete/quests/brewery/AddBrewery.kt
Outdated
Show resolved
Hide resolved
I've tested it on multiple pois - works all good! |
I think |
Okay, then we leave it as it is |
filter: remove unnecessary parentheses, add resurvey no beer: remove brewery tag unless it's brewery=no ManyBeerAnswer -> ManyBeersAnswer
I did some tiny changes and added resurvey after 6 years, which seemed reasonable to me |
Fix for #472
"Nearby Values" Feature still missing from destination quest
And waiting for some clarity from the Community