WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Conversation

@tanujdargan
Copy link
Member

Implemented functionality to update an existing skill in the resume using a PUT request to the /resume/skill route. The update is performed based on the index position of the skill, which acts as a unique identifier (ID).

As part of this implementation:

  • The route handler was updated to accept a PUT request containing the skill's index and new data.
  • Logic was added to locate the skill by its index and update its content accordingly.
  • A test case was written in test_pytest.py to verify the functionality, ensuring the skill is correctly updated when a valid request is sent.

@tanujdargan tanujdargan mentioned this pull request May 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant