-
Notifications
You must be signed in to change notification settings - Fork 59
[$60] - Stats row in the dashboard (mobile view) #995
Comments
@birdofpreyru I'll work on this one |
Actually.. is this open or not yet? I now noticed the READY TO OPEN label |
@ThomasKranitsas Not yet :) Though, it is ready, I just didn't want to open the tickets before I publish the dummy challenge at TopCoder. Well, if you already started to work, no problem. I'll create the challenge and open other tickets soon. |
@ThomasKranitsas Any update? |
Sorry I won't be able to fix it as I'm extremely busy right now |
I can work on this |
Where exactly do you want the primary stats line in vertical view? I think it will look better if it is horizontal |
The same place where it is in the desktop view. I don't mind keep it horizontal, if it looks good. Feel free to decrease fonts / spacing in this row in the mobile view, if it helps. Just keep in mind that at some pages this component has more than 3 values shown. Thus rearranging vertically or in few lines still may be necessary as the last resort in corner cases |
Can you tell me how can I sign NDA and add submitted challenges for temporary user. There are no challenges for the user in stats line and it is not visible for no data. |
It is easier to tweak the App so that it loads stats not for the user logged in, but for the one you ask. To do so:
|
I cant get the localcode running. Whenever I login it redirects to live site. As a result my code changes are not visible. Is there something I am missing? I am following Readme instructions to launch website locally. |
When this happens, you can just manually correct URL in browser, to Also, if you want to run the App against the production backend, check the latest code in |
The primary stats line is carousel, something like this http://codepen.io/yoanmarchal/pen/avGzBm. So even on mobile device screen , all stats can be seen by sliding after code modification. Is it necessary that all primary stats should be visible simultaneouly? |
The 3x3 square is not related to subtrack name e.g CODE. Do you want it on the same line of subtrack name or someplace else? |
Sure! Having to scroll to see them demands extra efforts from user, not that comfortable, and has no added value. Nothing prevents us from making them just visible.
Do you mean |
@rushikesh90 Any news on this one? I am preparing to start another Bug Bash this weekend. If you are not interested in this ticket anymore, I'll open it for that Bug Bash. |
I will work on this . Give me some time. |
@rushikesh90 Any update? |
@rushikesh90 Sorry, as it was a lot of time and no progress, I open this ticket to other people. |
@shizhouxing
|
OK I'll try to fix them. |
@birdofpreyru It's now ready for review. |
Fix #995 - Stats row in the dashboard (mobile view)
Go to Dashboard, click any of the links to stats about a specific track (F2F, Code, etc.) and play with the window width.
Here is the regular large screen view:

And here is the mobile view:

Here are several things to be fixed:
The 3x3 squares icon next to the CODE label has lost its position - should be brough back to its place.
The DETAILS header has lost its style and margins below and above - should be fixed.
The primary stats line (percentile / challenges count / wins count) has dissapeared - should be visible.
Once (3) is fixed, there won't be enough space for the line, if we keep the same style as for the desktop. Let's make separate element of that line to lay them out vertically, when there is not enough space to arrange them in line, i.e.:
The text was updated successfully, but these errors were encountered: