Skip to content

Page for adding a new Skill #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
MLHProgram opened this issue Nov 8, 2024 · 1 comment
Open

Page for adding a new Skill #9

MLHProgram opened this issue Nov 8, 2024 · 1 comment

Comments

@MLHProgram
Copy link
Contributor

Add a page that allows users to add a new Skill which includes the following fields:

  • name
  • proficiency
  • logo

Collaborate with the fellows contributing to the Python project to understand how logos will be managed. For now, assume this is a string (URL to the image).

When this information is submitted, a POST request should be made to /resume/skill on the server in the following format:

{
    "name": "JavaScript",
    "proficiency": "2-4 years",
    "logo": "example-logo.png"
}

The server will return a JSON with the position in the list in the following format:

{
"id": 1
}
@aarochuk
Copy link
Contributor

aarochuk commented Feb 3, 2025

Please can this be assigned to me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants