Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

[$150] Replace skills dropdown with new autocomplete skills v5 API #478

Closed
jmgasper opened this issue Sep 28, 2023 · 0 comments
Closed

[$150] Replace skills dropdown with new autocomplete skills v5 API #478

jmgasper opened this issue Sep 28, 2023 · 0 comments
Assignees

Comments

@jmgasper
Copy link
Collaborator

jmgasper commented 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

SCR-20230928-lwmo
@jmgasper 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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants