Worldcubeassociation.org: Show 3x3 Multi-Blind points next to the result

Created on 5 Aug 2019  路  2Comments  路  Source: thewca/worldcubeassociation.org

The 3x3 Multi-Blind results are shown as "Solved/Attempted xx:xx", while the ranking itself is given by the actual "points" of the attempt, which is never shown on the website.

It would be good for the user experience if the points were shown right next to the result. Not only it would make the rules more clear and more intuitive for the regular user, but it would also make the visualization of the results faster for experienced users.

I would suggest that:

Instead of: 32/39 56:05
It could be: 25 (32/39) 56:05

idea post-rails

Most helpful comment

This, thanks to the porting done, is just a change in one line:

image

However I'm not sure this is adding too much numbers there, perhaps a better solution could be yo write the points on a tooltip so when your mouse is over the cell you can see the points, I might take another screenshot later if i think of a better way to do it than inserting HTML on that method.

All 2 comments

Hi @Meneghetti, thanks for the suggestion!

We are currently actively working on porting that part of the website from PHP to RoR. Once we are done with that, we can think about this!

By the way, I'm CC'ing @lgarron for his opinion.

This, thanks to the porting done, is just a change in one line:

image

However I'm not sure this is adding too much numbers there, perhaps a better solution could be yo write the points on a tooltip so when your mouse is over the cell you can see the points, I might take another screenshot later if i think of a better way to do it than inserting HTML on that method.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jfly picture jfly  路  4Comments

AlexKatyukov picture AlexKatyukov  路  3Comments

jfly picture jfly  路  9Comments

viroulep picture viroulep  路  6Comments

AlexKatyukov picture AlexKatyukov  路  3Comments