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
Describe the bug
We changed /stats API in backend, it was originally returning member stats as an object, but now the stats api will return member stats in an array.
the My earning and stats section on My Dashboard is no longer working.
We need to define a defaultGroupId in the codebase with value 10, use it to loop the stats array returned from /stats API call, and find the stats object with groupId = defaultGroupId, and use that value to populate any fields that requiring stats info on My Dashboard screen
Describe the bug
We changed
/stats
API in backend, it was originally returning member stats as an object, but now thestats api
will return member stats in an array.the
My earning and stats
section on My Dashboard is no longer working.We need to define a defaultGroupId in the codebase with value 10, use it to loop the stats array returned from
/stats
API call, and find the stats object with groupId = defaultGroupId, and use that value to populate any fields that requiring stats info onMy Dashboard
screenInvestigate and fix the
My Earnings
section.To Reproduce
Visit www.topcoder.com/my-dashboard directly
Expected behavior
My Earnings and Stats
section should display with correct data on it.Additional context
The work should be done against:
feature-earnings-stats
The text was updated successfully, but these errors were encountered: