topcoder-platform / community-app

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

Replace skills selector in gigs application page #6916

Closed jmgasper closed 11 months ago

jmgasper commented 1 year ago

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

Skills picker in gig application form needs to get updated to standardised v5 skills using the same auto-complete endpoint we implemented in Work Manager here: https://github.com/topcoder-platform/work-manager/issues/1569

Where to find it:

topcoder.com/gigs → apply for a gig → application form.

We are going to replace the current dropdown with an autocomplete field, similar to the WM one above.

Code is located here:

https://github.com/topcoder-platform/community-app/blob/develop/src/shared/containers/Gigs/techSkills.js

suppermancool commented 1 year ago

@jmgasper there are no gigs in https://topcoder-dev.com/gigs . Can you create some example gigs in dev?

jmgasper commented 1 year ago

@jmgasper there are no gigs in https://topcoder-dev.com/gigs . Can you create some example gigs in dev?

Working on it - may take a day, sorry.

jmgasper commented 1 year ago

@suppermancool - We fixed the gigs in dev - there should be some there now.

suppermancool commented 1 year ago

@jmgasper done in community-app-issue-6916.patch (this patch against commit ea7a1ef37fc2210f3819ac57dc51e995ceab7b65 in develop branch)