Topcoder - Dashboard header update

Register
Submit a solution
The challenge is finished.

Challenge Overview

We need some updates for Topcoder Dashboard header, described in this GitHub ticket, but we need them to be done in Topcoder App first.

1. Update the header part of dashboard to match the design provided in the issue ticket (the row with DASHBOARD label, count of active challenges, total earning, and badge).

2. Mock up the badge. For that, inside corresponding service, once user profile is fetched from backend API, check the username and add the badge if the name is in a temporarily config object (where keys are the names, and values are the badges). Use your best judgement, on the best place to add this (pay attention that we already have some badges-related functionality, for badges shown in profile, so probably we can reuse that here).

Work out of the latest commit in dev branch (eeac4c5b44a1e1d64224844cde3a003e38c98d7b at the moment of writing). Be sure not to violate lint rules, nor break unit tests. Should you have any problems running the app, ensure that you use exactly those versions of Node and NPM as specified in deployment scripts.

Final Submission Guidelines

Submit Git patch for Topcoder App along with verification instructions (commit to which your patch should be applied, how to mock the badge).

Review style

Final Review

Community Review Board

Approval

User Sign-Off

Challenge links

ID: 30059314