-
Notifications
You must be signed in to change notification settings - Fork 0
349 frontend implementar tela de faltas pacientes com mais de 3 faltas #361
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
base: dev-appointment
Are you sure you want to change the base?
349 frontend implementar tela de faltas pacientes com mais de 3 faltas #361
Conversation
|
Caution Review failedThe pull request is closed. 📝 WalkthroughSummary by CodeRabbitRelease Notes
WalkthroughIntroduz configuração do CodeRabbit, automação de CI/CD via GitHub Actions com workflows para módulos específicos (Demo e Documentos Digitalizados), script para execução da aplicação full-stack, atualização de .gitignore, badge no README, e arquivos de build/recursos gerados. Changes
Sequence DiagramsequenceDiagram
actor Trigger as Evento (push/PR)
participant Orch as GitHub Actions:<br/>Orchestrator
participant Detect as detect_changes
participant Demo as Call Demo<br/>Workflow
participant DocDig as Call Documentos<br/>Digitalizados Workflow
participant DemoWf as demo.yml
participant DocDigWf as documentos-digitalizados.yml
Trigger->>Orch: on: push/pull_request
Orch->>Detect: Executa job
Detect->>Detect: Checkout completo + fetch base
Detect->>Detect: Calcula arquivos modificados
Note over Detect: Detecta mudanças em<br/>api/demo/ e<br/>api/documentos-digitalizados/
Detect-->>Orch: Expõe outputs:<br/>demo_changed,<br/>documentos_digitalizados_changed
alt demo_changed == 'true'
Orch->>Demo: Condicional: needs.detect_changes...
Demo->>DemoWf: Dispara .github/workflows/demo.yml
DemoWf->>DemoWf: demo-testes + demo-build
end
alt documentos_digitalizados_changed == 'true'
Orch->>DocDig: Condicional: needs.detect_changes...
DocDig->>DocDigWf: Dispara .github/workflows/documentos-digitalizados.yml
DocDigWf->>DocDigWf: testes + build
end
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutos
Áreas que merecem atenção especial:
Possibly related PRs
Suggested reviewers
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro ⛔ Files ignored due to path filters (209)
📒 Files selected for processing (29)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
| justification?: string; | ||
| } | ||
|
|
||
| export interface PatientWithAbsences { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Está descrito na issue que precisa Refatorar/fazer os DTOs e services de Faltas e Agendamentos. E foi feito tudo apenas em AgendamentoService.
Implementação de tela para pacientes com mais de 3 faltas
Evidências com dados mockados
Create.Next.App.-.Google.Chrome.2025-11-05.13-16-40.mp4
Evidências sem os dados mockados
Create.Next.App.-.Google.Chrome.2025-11-05.13-34-14.mp4