Skip to content
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

Show multiple last values for all eligible Overlays, not just Building overlay #5605

Open
mnalis opened this issue Apr 29, 2024 · 0 comments

Comments

@mnalis
Copy link
Member

mnalis commented Apr 29, 2024

Introduction

Regarding caching recent answers, there are several "types" of overlays:

  1. Street lighting, Surfaces - simple single answer based overlay, currently remembers only 1 recent answer
  2. Buildings - also, simple single answer based overlay, currently remembers multiple (one row) recent answers
  3. Places, Things - have advanced multiple recent answers UI (as it needs to show not just picture but also text description, so eats up whole screen)
  4. Sidewalks, Bike paths, Street parking - have more complex orientation dependent UI (with 1 recent answer cache)
  5. Addresses - does not make sense to have "recent answers" (it needs incremental answers, which are provided by its separate highly-efficient UI).

(Inspired by #5539 (comment))

Use case

"1 recent answer cache" helped in lot of cases when it was introduced! However, surprisingly often, answers alternate between last 2 (or even 3 or 4!) values for type 1 above (Surfaces & Street lighting overlays).

For example, dirt surface becomes grass (or compacted) on paths, or asphalt switches to paving_stones and then back to asphalt in cities (esp. on crossings), or lit / not lit changes depending on main street / side alleys while one walks.

In all those cases, "1 recent answer" does not help at all, and user has to do full selection (including scrolling and searching), which wastes clicks and time, and is mentally taxing and not fun.

Proposed Solution

I would like for Street lighting and Surfaces overlays to also have multiple (one row) of recent answers, just like Buildings overlay does. That would:

  • fix the described use case, reducing the number of clicks and searching/scrolling through the list when user needs to select that other recently used value
  • reduce number of different Overlay UIs for "recent answers" (by converting type 1 from introduction to type 2).
@mnalis mnalis changed the title Show multiple last values for all eligble Overlays, not just Building overlay Show multiple last values for all eligible Overlays, not just Building overlay Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant