Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.
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

@jmgasper

Description

@jmgasper

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions