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

✨ [Feature] 결과 message 조회 api #796

Merged
merged 6 commits into from
Mar 30, 2024

Conversation

middlefitting
Copy link
Member

📌 개요

  • 결과 메시지 템플릿 조회 api입니다

💻 작업사항

  • 페이지네이션 기능 안넣고 이슈에 정의된 내용으로만 구현했습니다

💡Issue 번호

@codecov-commenter
Copy link

codecov-commenter commented Mar 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.08%. Comparing base (1a10bc1) to head (3dd7677).
Report is 1 commits behind head on recruit-dev.

Additional details and impacted files
@@              Coverage Diff               @@
##             recruit-dev     #796   +/-   ##
==============================================
  Coverage          75.08%   75.08%           
  Complexity          1078     1078           
==============================================
  Files                365      365           
  Lines               4792     4792           
  Branches             396      396           
==============================================
  Hits                3598     3598           
- Misses              1015     1016    +1     
+ Partials             179      178    -1     
Flag Coverage Δ
integrationTest 69.63% <ø> (ø)
unitTest 32.28% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Kimhan-nah Kimhan-nah added the enhancement New feature or request label Mar 30, 2024
Kimhan-nah
Kimhan-nah previously approved these changes Mar 30, 2024
Copy link
Member

@Kimhan-nah Kimhan-nah left a comment

Choose a reason for hiding this comment

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

MapStruct... 좋은 거 배워갑니다

Comment on lines 9 to 16
@Mapper
public interface GetRecruitmentResultMessageResponseDtoMapper {
GetRecruitmentResultMessageResponseDtoMapper INSTANCE = Mappers.getMapper(
GetRecruitmentResultMessageResponseDtoMapper.class);

@Mapping(source = "id", target = "messageId")
@Mapping(source = "content", target = "message")
GetRecruitmentResultMessageResponseDto entityToDto(ResultMessage dto);
Copy link
Member

Choose a reason for hiding this comment

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

ㄷㄷㄷㄷㄷㄷㄷ.... 와우....

@middlefitting middlefitting merged commit 18ba598 into recruit-dev Mar 30, 2024
2 checks passed
@middlefitting middlefitting deleted the 566-feature-결과-message-조회-api branch March 30, 2024 08:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants