topcoder-platform / community-app

React webapp for serving Topcoder Community
125 stars 216 forks source link

Modify the challenge listing and details pages in Community App to show standardized skills #6926

Closed jmgasper closed 8 months ago

jmgasper commented 9 months ago

REF: https://topcoder.atlassian.net/browse/TSJR-117

Change

The Community App challenge listing and details pages show the skills associated with a challenge. This display currently pulls that data from the challenge tags data in the challenge API response. The Community App needs to be updated to use the data from the skills data containing standardized skill names.

This would be the values in the skills array of the challenge object.

Challenge listing UI

We'll show the skills here:

SCR-20231018-iqdn

Challenge details page

We'll add the skills in the tags area, after the tags. We can show them the same as the tags, just concatenated to the tags list.

image (4)