-
-
Notifications
You must be signed in to change notification settings - Fork 359
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
gate creating note for cycleway quest behind "select 'no' answer for both sides if no bicycle infrastructure is present" #768
Comments
At least in English, I think the problem is a phrasing mismatch between the question (Is there a cycleway in this street?) and answers [Okay | Can't Say]. I think it would make more sense to use the following structure: Is there a cycleway in this street? [Yes | No | Can't Say] Yes -> Open the current dialog to select the type of cycleway: "What kind of cycleway does this street have? <picker> [Okay | Cancel]" No -> Same as if I had selected no cycleway on both sides of the street and pressed okay. Can't say -> Same as current. This would also make it significantly faster to mark no cycleway, which would be really nice in places like the US where they are not (yet) very common and so I'm hitting "None" a lot. |
@smichel17 The current dialog is a little bit more complex. I.e. you have to select both sides. To have all this UI in just a dialog seems too volatile to me. Also, that "dialog" would then open another dialog on top of it to allow for cycleway type selection. This kind dialog-stacking is a form of UX I want to avoid where possible. |
One could add an "other answer" option named "No bicycle infrastructure whatsoever" or alike perhaps. |
"bicycle infrastructure not present"? It seems simpler. |
"No bicycle infrastructure" even shorter :-) |
Probably some people will be confused by bicycle infrastructure like parkings or bicycle rental stations but I have no idea how to avoid this issue. |
"No way for bicycles" (just somehow avoid the term "infrastructure") |
This may get confusing with shared lanes (bus + bicycles lane, contraflow without dedicated lane, bicycles allowed on footway...) |
@westnordost The way I envision it working does not have the problems you brought up, I think. I will make a mockup to clarify. |
Ah! Well, this is interesting. Hmm... but it would not be that simple to implement. |
Don't we already have a slide-up animation? In that case the center part should just be a matter of having a hidden view. The hard part, I think, would be changing the bottom labels without opening a new dialog, as I assume that's currently handled by android. |
Hm, not at all simple. I think I prefer the "other answer" option, looking at the effort to tear that all up and refactor to enable this. Also, I said that earlier, I think: I do not want to make it (much) easier to answer "no, no cycleway" than specifying the cycleway. Otherwise, it may encourage users to sweep through whole areas of towns without even doing a survey. |
I decided to, after all, not implement this, but instead only change the wording of the question slightly: "Is there a cycleway here? What type?" so that the answer format ("OK" instead of "Yes/No") is not at odds with the question. The "No bicycle infrastructure" answer could lead to wrong taggings in the case where instead of "no cycleway", "cycles go implicitly/explicitly on sidewalk" should be selected. |
Multiple people created notes in bikeway quest rather than selecting "no" for both sides.
Maybe it would be a good idea to have "note, you can select that there is no bicycle infrastructure by selecting "no" for both sides" dialog before allowing user to create a note? Similar to how one gets warning before selecting "no name" for street name quest?
Some recently encountered examples:
https://www.openstreetmap.org/note/1267398
https://www.openstreetmap.org/note/1262510
https://www.openstreetmap.org/note/1245283 (probably)
https://www.openstreetmap.org/note/1250200
Most of notes from this quest that I was able to understand are of this type (see https://ent8r.github.io/NotesReview/expert/?query=StreetComplete&limit=3000&start=true ).
The text was updated successfully, but these errors were encountered: