Map a range of two values to one value for comparison #761
Replies: 1 comment
-
We talked about it and came to the solution of starting with 3 options and only fetching dogs with values of 2-4 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Link to our repo: Dog App
In our app we only have three answer options, but we have a corresponding rating scale given by the api from 1 to 5.
We want to assign it as follows.
The API looks like this:
If the user clicks answer one (of three options), the ratings 1 and 2 from the api will be combined and so the results for 1 and 2 are shown. Respectively answer three will show the combined results of 4 and 5 from the api and answer two will show 3 from the api.
Ty in advance.
Beta Was this translation helpful? Give feedback.
All reactions