Skip to content

[BE-221] feat: 이메일 수동으로 보내는 api 에서 응답 값 설정 #464

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

Merged
merged 5 commits into from
Feb 19, 2025

Conversation

xxbeann
Copy link
Collaborator

@xxbeann xxbeann commented Feb 18, 2025

주요 변경사항

{
  "message": "메일 전송에 성공하셨습니다."
}

위와 같은 방식으로 응답 값을 반환하는 기능을 구현했습니다.

리뷰어에게...

현재 ResponseMessage에서 이메일 전송 성공과 실패 메시지를 모두 관리하고 있는데,
따로 Exception으로 빼야할까요?(CouncilErrorCode처럼 따로 관리를 해야하는지 묻고싶습니다!)

관련 이슈

closes #463

체크리스트

  • reviewers 설정
  • label 설정
  • milestone 설정

프론트로 응답값을 반환하기 위해 SendEmailManuallyResponse를
작성했습니다.
이메일 전송 성공과 실패일 경우 둘 다 추가해 놓았습니다.
Response 값을 반환할 수 있게 API를 수정하였습니다.
@xxbeann xxbeann added 기능 새로운 기능 추가, 가벼운 수정 뜨거운 감자 앗 뜨거!! 긴급한 수정이 필요할 때 labels Feb 18, 2025
@xxbeann xxbeann self-assigned this Feb 18, 2025
@pyg410
Copy link
Collaborator

pyg410 commented Feb 18, 2025

📝 테스트 커버리지 리포트입니다

File Coverage [63.95%]
CouncilUseCase.java 67.14%
CouncilController.java 50%
Total Project Coverage 41.39% 🍏

Copy link
Contributor

@Profile-exe Profile-exe left a comment

Choose a reason for hiding this comment

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

수고하셨습니다!

@Profile-exe Profile-exe merged commit 3331efe into dev Feb 19, 2025
1 check passed
@pyg410
Copy link
Collaborator

pyg410 commented Feb 19, 2025

📝 테스트 커버리지 리포트입니다

File Coverage [63.95%]
CouncilUseCase.java 67.14%
CouncilController.java 50%
Total Project Coverage 41.39% 🍏

Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
5 Security Hotspots
C Reliability Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

@Profile-exe Profile-exe changed the title [BE-221] feat: feat: 이메일 수동으로 보내는 api 에서 응답 값 설정 [BE-221] feat: 이메일 수동으로 보내는 api 에서 응답 값 설정 Feb 19, 2025
@aiaiaiai1 aiaiaiai1 deleted the feature-#221 branch March 7, 2025 05:33
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.

[BE-221] feat: 이메일 수동으로 보내는 api 에서 응답 값 설정
3 participants