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

Score slider #29

Open
kirillt opened this issue May 27, 2023 · 0 comments
Open

Score slider #29

kirillt opened this issue May 27, 2023 · 0 comments
Labels

Comments

@kirillt
Copy link
Member

kirillt commented May 27, 2023

We have the scoring widget, consisting of 3 elements:

  • [inc_score] button (arrow up)
  • [curr_score] label (star with a number inside)
  • [dec_score] button (arrow down)

The problem is that when a user has a lot of scored resource in her collection, in order to "pin" some resource it is necessary to tap multiple times on inc_score button.

Let's add this behaviour:

  1. User has opened a collection of resources.
    Some resources have scores set.
    Let's denote the highest score of the collection as MAX.

  2. User is looking at some particular resource.
    Let's denote it's score as CURR.

  3. User taps [inc_score] and holds it.

  4. Slider [set_score] appears.
    It has values from CURR to MAX + 1 in it.
    Default value is MAX.

  5. User has several options now:
    a. Release the button: MAX score is set to the resource.

    b. Slide one up and release: MAX + 1 score is set.

    c. Slide to anything below and release: any chosen score is set.
    (only values from CURR to MAX + 1 are available)

score-slider

@kirillt kirillt transferred this issue from ARK-Builders/ARK-Navigator Aug 30, 2023
@kirillt kirillt added the feature label Nov 4, 2023
@kirillt kirillt moved this to Todo in Development Nov 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Todo
Development

No branches or pull requests

1 participant