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

120 criacao de endpoint de criacao de consultas #123

Merged
merged 20 commits into from
Feb 5, 2024

Conversation

luanavfg
Copy link
Collaborator

@luanavfg luanavfg commented Feb 1, 2024

O que foi modificado?

  • Adicionado um endpoint de criar consultas

Links de referência e etapas para avaliação

  • Rode o seguinte comando para subir o projeto: pnpm run core-setup --action=migrate,generate
  • Rode o seguinte comando para rodar a aplicação: pnpm exec nx run core-rest-api:serve
    • Verifique se não crashou a aplicação
  • Agora navegue para: libs/core-rest-api/adapters/src/controllers/api/use-cases/appointment
  • Acesse o arquivo: appointment-client.http
    • Agora teste todo o fluxo de criação de consulta
      • Criar um usuário
      • Logar com as credenciais deste usuário (salvar o id desse usuário)
      • Criar uma clínica (salvar o id da clinica)
      • Criar um paciente
      • Testar todas as possibilidades do endpoint de criação de consulta, testar as exceções também para avaliar os tratamentos de erro

Palavras-chave

appointment, endpoint, create

Por que foi modificado?

@luanavfg luanavfg linked an issue Feb 1, 2024 that may be closed by this pull request
…-criacao-de-endpoint-de-criacao-de-consultas
Copy link

sonarqubecloud bot commented Feb 5, 2024

Quality Gate Passed Quality Gate passed

The SonarCloud Quality Gate passed, but some issues were introduced.

2 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@ItaloRAmaral
Copy link
Owner

ItaloRAmaral commented Feb 5, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 299afed. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 2 targets

Sent with 💌 from NxCloud.

@ItaloRAmaral ItaloRAmaral merged commit eb45ed8 into main Feb 5, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Criação de endpoint de criação de consultas
2 participants