You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
User has opened a collection of resources.
Some resources have scores set.
Let's denote the highest score of the collection as MAX.
User is looking at some particular resource.
Let's denote it's score as CURR.
User taps [inc_score] and holds it.
Slider [set_score] appears.
It has values from CURR to MAX + 1 in it.
Default value is MAX.
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)
The text was updated successfully, but these errors were encountered:
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:
User has opened a collection of resources.
Some resources have scores set.
Let's denote the highest score of the collection as
MAX
.User is looking at some particular resource.
Let's denote it's score as
CURR
.User taps
[inc_score]
and holds it.Slider
[set_score]
appears.It has values from
CURR
toMAX + 1
in it.Default value is
MAX
.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
toMAX + 1
are available)The text was updated successfully, but these errors were encountered: