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
{{ message }}
This repository was archived by the owner on Mar 13, 2025. It is now read-only.
As described here, Topcoder-X allows users to associate skills (listed as “tags” in the UI) with projects. This implementation needs to be modified to use the standardized skill picker and to save the skill IDs and names in the appropriate data store.
jmgasper
changed the title
Replace skills dropdown with new autocomplete skills v5 API
[$150] Replace skills dropdown with new autocomplete skills v5 API
Sep 28, 2023
REF: https://topcoder.atlassian.net/browse/TSJR-26
As described here, Topcoder-X allows users to associate skills (listed as “tags” in the UI) with projects. This implementation needs to be modified to use the standardized skill picker and to save the skill IDs and names in the appropriate data store.
This app uses the new endpoint, as an example: https://talent-search.topcoder-dev.com
Sample URL for v5:
NOTE - the URL should be configurable because it will be changing before deployment.
https://api.topcoder-dev.com/v5/emsi-skills/skills/auto-complete?term=java
Response
The response will be an array of ID and name. We want to store the IDs selected to apply to challenges created under a given TCX project.
v4 skills
When this is done, Topcoder-X will have no dependencies on the v4 skills, tags, and technologies endpoints.
Screenshot
The text was updated successfully, but these errors were encountered: