streetcomplete / StreetComplete

Easy to use OpenStreetMap editor for Android
https://streetcomplete.app
GNU General Public License v3.0
3.88k stars 353 forks source link

Add a selection of quest presets when long-pressing the app icon #4052

Open deevroman opened 2 years ago

deevroman commented 2 years ago
Example
10992-osm commented 2 years ago

Do you mean as in being able to choose from assorted quest selection and priority presets?

I'd agree that that could be useful.

deevroman commented 2 years ago

Yes, I'm talking about quest profiles/presets https://github.com/streetcomplete/StreetComplete/pull/3210

westnordost commented 2 years ago

Hmm, I guess that would be doable. This is low priority and it is not clear if/how this is possible on the technical side.

To determine which choices are available, it is necessary to access the local StreetComplete database. I am not sure if at this point, it is possible. If it is, a PR is welcome. Information on how to do this on the technical side is also welcome.

10992-osm commented 2 years ago

Here's the relevant documentation, it seems like you might be limited to a maximum of 4 shortcuts (which is what they are called). I think you'd probably want dynamic shortcuts.

10992-osm commented 2 years ago

Here's the relevant documentation, it seems like you might be limited to a maximum of 4 shortcuts (which is what they are called). I think you'd probably want dynamic shortcuts.

So, if there are more than 4 presets in an installation, you'd either want the 4 most recently used ones, or the 4 with the most quests answers submitted (either ever, or in a specified time-frame). Or maybe just 3, and always display the default one.