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

[api] Criar endpoints para gerenciar as inscrições nas fases #335

Open
8 tasks
alessandrofeitoza opened this issue Nov 13, 2024 · 0 comments
Open
8 tasks
Assignees

Comments

@alessandrofeitoza
Copy link
Member

WHAT

Precisamos de alguns endpoints para gerencias as inscrições nas fases da oportunidades

  • Recuperar a lista de inscrições da fase: GET /opportunities/{id}/phases/{id}/inscriptions
  • Cadastrar uma nova inscrição da fase: POST /opportunities/{id}/phases/{id}/inscriptions
  • Recuperar uma inscrição da fase: GET /opportunities/{id}/phases/{id}/inscriptions/{id}
  • Excluir uma inscrição da fase: DELETE /opportunities/{id}/phases/{id}/inscriptions/{id}
  • Editar uma inscrição da fase: PATCH /opportunities/{id}/phases/{id}/inscriptions/{id}

CHECKLIST

  • Endpoints
  • Documentação
  • Testes automatizados
@alessandrofeitoza alessandrofeitoza converted this from a draft issue Nov 13, 2024
@alessandrofeitoza alessandrofeitoza changed the title [api] Criar endpoints para gerencias as inscrições nas fases [api] Criar endpoints para gerenciar as inscrições nas fases Nov 13, 2024
@alessandrofeitoza alessandrofeitoza moved this from IN PROGRESS to PRODUCT BACKLOG in Aurora Nov 19, 2024
@alessandrofeitoza alessandrofeitoza moved this from PRODUCT BACKLOG to IDEAS in Aurora Nov 27, 2024
@alessandrofeitoza alessandrofeitoza moved this from IDEAS to PRODUCT BACKLOG in Aurora Nov 27, 2024
@alessandrofeitoza alessandrofeitoza moved this from PRODUCT BACKLOG to IDEAS in Aurora Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: IDEAS
Development

No branches or pull requests

2 participants