generated from Bamdoliro/repository-generator
-
Notifications
You must be signed in to change notification settings - Fork 2
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
커밋 유실기록 복구 #85
Merged
커밋 유실기록 복구 #85
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 메시지를 그룹별로 보낼 수 있는 메세지 컨트롤러를 만들었습니다.
- 메시지를 그룹별로 보낼 수 있는 메세시를 보낼 수 있는 서비스를 만들었습니다.
- cors에 마루 버셀 url을 추가했습니다.
- MessageControllerTest를 만들었어요.
- MessageController에 대한 아스키 독스를 만들었어요
- 횟수 검증을 할 필요가 없어서 verify() 호출 코드를 제거했어요
- 불필요한 중복 코드를 제거했어요
- SendMessageUseCase를 만들었어요
- execute에서 phoneNumberList를 생성하던 것을 UseCase로 이전했어요. - 기존 for문을 stream으로 변환했어요.
- SendMessageService를 사용하던 코드들을 SendMessageUseCase를 사용하도록 변환했어요.
- stream 컨벤션을 사용했어요.
- 원서 상태별로 메시지 보내기와 원서 타입별로 메시지 보내기 기능을 분리하기 위해 이름과 엔드포인트를 변경했어요.
- BDD관점으로 보기 위해서 BDDMockito메서드로 변경했어요. - UseCaseTest에서 status별로 테스트하기 위해서 컨트롤러 테스트를 수정했어요.
- SendMessageUseCaseTest를 만들었어요.
- SendMessageService에서 formRepository를 사용하지 않아서 제거했어요.
- 마이스터전형과, 마이스터전형을 제외한 모든 전형을 조회하기 위해서 findMeisterTalentFirstRoundForm()과 findNotExistsMeisterTalentFirstRoundForm() 메서드를 추가했어요
- 마이스터전형과, 마이스터전형을 제외한 모든 전형을 조회하기 위해서 findMeisterTalentFirstRoundForm()과 findNotExistsMeisterTalentFirstRoundForm() 메서드를 구현했어요.
- 전형별로 메시지를 보내기 위해서 컨트롤러에 메서드를 추가했어요.
- SendMessageByStatusRequest로 이름을 변경했어요
- 전형별 메시지 보내기 메서드를 만들었어요. - 비즈니스 로직을 private 메서드로 바꾸었어요. - 겹치는 로직을 하나의 메서드로 개선했어요
- SendMessageByTypeRequest DTO를 추가했어요.
- SendMessageRequest를 SendMessageByStatusRequest로 변경했어요
- 불필요한 import를 제거했어요.
- 요청할 때 인식이 되지 않아서 boolean 타입에서 Boolean 타입으로 바꾸었어요
- 요청할 때 인식이 되지 않아서 boolean 타입에서 Boolean 타입으로 바꾸었어요
- /message/type 테스트를 추가했어요.
- 테스트를 위한 println코드를 삭제했어요
- 전형별 메시지 보내기 테스트 코드를 작성했어요.
이렇게 리뷰해주세요.🖐️ 규칙
🥬 우선순위리뷰 중요도에 따라 다음과 같은 prefix를 붙여주세요.
|
Quality Gate passedIssues Measures |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🎫 관련 이슈
close #
📄 개요
🔨 작업 내용
🏁 확인 사항
🙋🏻 덧붙일 말