Skip to content

persistir foto de perfil do profissional no backend #792

Merged
thalesluiz45 merged 11 commits into
devfrom
593-persistir-foto-de-perfil-do-profissional-no-backend
Jun 16, 2026
Merged

persistir foto de perfil do profissional no backend #792
thalesluiz45 merged 11 commits into
devfrom
593-persistir-foto-de-perfil-do-profissional-no-backend

Conversation

@DaviJ13

@DaviJ13 DaviJ13 commented May 18, 2026

Copy link
Copy Markdown
Contributor

Tarefas Relacionadas

Issue: #593

Mudanças Realizadas

  • Adicionado suporte para upload de foto de perfil no cadastro de profissional
  • Integração do envio da imagem entre controller e service
  • Persistência do caminho da foto no campo profilePhoto
  • Armazenamento da imagem no sistema de arquivos
  • Retorno da foto no HealthProfessionalResponseDTO

@DaviJ13 DaviJ13 linked an issue May 18, 2026 that may be closed by this pull request
@coderabbitai

coderabbitai Bot commented May 18, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 4c8d6eb6-f300-49bc-8577-a1e08b65e122

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch 593-persistir-foto-de-perfil-do-profissional-no-backend

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@thalesluiz45 thalesluiz45 changed the base branch from main to dev May 19, 2026 21:14

@thalesluiz45 thalesluiz45 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A assinatura do método createProfessional está diferente entre a interface e a implementação.

A interface possui 2 parâmetros, mas a implementação/controller usam 3 (MultipartFile profilePhoto), causando erro de compilação. Ajustar as assinaturas para ficarem iguais nos três pontos.

@thalesluiz45 thalesluiz45 dismissed their stale review June 16, 2026 05:33

Resolvido

@thalesluiz45 thalesluiz45 merged commit ea4c2ce into dev Jun 16, 2026
2 checks passed
@thalesluiz45 thalesluiz45 deleted the 593-persistir-foto-de-perfil-do-profissional-no-backend branch June 16, 2026 05:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Persistir foto de perfil do profissional no backend

4 participants