Skip to content
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

write integration test for all routes on backend #158

Open
yesyash opened this issue Oct 11, 2024 · 0 comments
Open

write integration test for all routes on backend #158

yesyash opened this issue Oct 11, 2024 · 0 comments
Assignees
Labels
tests Adds or updates tests

Comments

@yesyash
Copy link
Collaborator

yesyash commented Oct 11, 2024

Description

write integration tests for all routes mentioned below:

Skills APIs:

  • GET /v1/skills
  • GET /v1/skills/requests
    • Description - Retrieve all skill requests, optionally filtered by status.
    • Issue Ticket -
  • POST /v1/skills/requests/{skillId}/action
    • Description - Approve or reject a skill request.
    • Issue Ticket -
  • POST /v1/skills
    • Description - Create a new skill.
    • Issue Ticket -
  • GET /v1/skills/{id}/endorsements
    • Description - Retrieve endorsements for a specific skill by ID.
    • Issue Ticket -
  • POST /v1/skills/{id}/endorsements
    • Description - Create a new endorsement for a specific skill.
    • Issue Ticket -

Endorsements APIs:

  • PATCH /v1/endorsements/{id}
    • Description - Update endorsements by endorsements id
    • Issue Ticket -
@yesyash yesyash self-assigned this Oct 11, 2024
@yesyash yesyash converted this from a draft issue Oct 11, 2024
@yesyash yesyash changed the title write end to end test for all routes on backend write integration test for all routes on backend Oct 11, 2024
@yesyash yesyash added the enhancement Improving something existing label Oct 11, 2024
@yesyash yesyash added tests Adds or updates tests and removed enhancement Improving something existing labels Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Adds or updates tests
Projects
Status: Todo
Development

No branches or pull requests

1 participant