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

Created delete patient appointment registry endpoint #126

Merged

Conversation

ItaloRAmaral
Copy link
Owner

@ItaloRAmaral ItaloRAmaral commented Feb 8, 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/patient-appointment-registry
  • Acesse o arquivo: appointment-registry.http
    • Agora teste todo o fluxo de de deleção de registros de consulta
    • 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 registry, endpoint, delete

Por que foi modificado?

@ItaloRAmaral
Copy link
Owner Author

ItaloRAmaral commented Feb 8, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit e43a6e8. 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.

Copy link

sonarqubecloud bot commented Feb 8, 2024

Quality Gate Passed Quality Gate passed

Issues
1 New issue

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

See analysis details on SonarCloud

@luanavfg luanavfg merged commit a85ff55 into main Feb 8, 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.

(ADAPTERS) Create endpoint to delete appointmente registry
3 participants