-
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
커밋 유실기록 복구 #85
Commits on May 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 86dac3b - Browse repository at this point
Copy the full SHA 86dac3bView commit details -
feat(#75):send message by group service
- 메시지를 그룹별로 보낼 수 있는 메세시를 보낼 수 있는 서비스를 만들었습니다.
Configuration menu - View commit details
-
Copy full SHA for 9d04ef8 - Browse repository at this point
Copy the full SHA 9d04ef8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b737c7 - Browse repository at this point
Copy the full SHA 9b737c7View commit details
Commits on May 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 71538fa - Browse repository at this point
Copy the full SHA 71538faView commit details -
docs(#75):MessageController asciidocs
- MessageController에 대한 아스키 독스를 만들었어요
Configuration menu - View commit details
-
Copy full SHA for 92012f5 - Browse repository at this point
Copy the full SHA 92012f5View commit details
Commits on May 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f738bac - Browse repository at this point
Copy the full SHA f738bacView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e785fe - Browse repository at this point
Copy the full SHA 2e785feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bc31ad - Browse repository at this point
Copy the full SHA 8bc31adView commit details
Commits on May 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 64a20e1 - Browse repository at this point
Copy the full SHA 64a20e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30cfb0e - Browse repository at this point
Copy the full SHA 30cfb0eView commit details -
refact(#75) : MessageUseCase 사용
- execute에서 phoneNumberList를 생성하던 것을 UseCase로 이전했어요. - 기존 for문을 stream으로 변환했어요.
Configuration menu - View commit details
-
Copy full SHA for b67cec0 - Browse repository at this point
Copy the full SHA b67cec0View commit details -
refact(#75) : MessageUseCase 사용
- SendMessageService를 사용하던 코드들을 SendMessageUseCase를 사용하도록 변환했어요.
Configuration menu - View commit details
-
Copy full SHA for de4965e - Browse repository at this point
Copy the full SHA de4965eView commit details
Commits on May 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5ea895a - Browse repository at this point
Copy the full SHA 5ea895aView commit details
Commits on May 16, 2024
-
refactor(#75) : sendMessage 메서드 이름 변경 및 엔드포인트 변경
- 원서 상태별로 메시지 보내기와 원서 타입별로 메시지 보내기 기능을 분리하기 위해 이름과 엔드포인트를 변경했어요.
Configuration menu - View commit details
-
Copy full SHA for 5ed2f44 - Browse repository at this point
Copy the full SHA 5ed2f44View commit details -
test(#75) : 엔드포인트 변경 및 BDDMockito 메서드로 변경
- BDD관점으로 보기 위해서 BDDMockito메서드로 변경했어요. - UseCaseTest에서 status별로 테스트하기 위해서 컨트롤러 테스트를 수정했어요.
Configuration menu - View commit details
-
Copy full SHA for 411cad3 - Browse repository at this point
Copy the full SHA 411cad3View commit details -
Configuration menu - View commit details
-
Copy full SHA for fddf9a3 - Browse repository at this point
Copy the full SHA fddf9a3View commit details
Commits on May 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d8b3e46 - Browse repository at this point
Copy the full SHA d8b3e46View commit details -
- SendMessageService에서 formRepository를 사용하지 않아서 제거했어요.
Configuration menu - View commit details
-
Copy full SHA for e57d2a9 - Browse repository at this point
Copy the full SHA e57d2a9View commit details
Commits on May 30, 2024
-
- 마이스터전형과, 마이스터전형을 제외한 모든 전형을 조회하기 위해서 findMeisterTalentFirstRoundForm()과 findNotExistsMeisterTalentFirstRoundForm() 메서드를 추가했어요
Configuration menu - View commit details
-
Copy full SHA for 53e18ec - Browse repository at this point
Copy the full SHA 53e18ecView commit details -
feat(#81) : formRepository 메서드 구현
- 마이스터전형과, 마이스터전형을 제외한 모든 전형을 조회하기 위해서 findMeisterTalentFirstRoundForm()과 findNotExistsMeisterTalentFirstRoundForm() 메서드를 구현했어요.
Configuration menu - View commit details
-
Copy full SHA for 626a4ee - Browse repository at this point
Copy the full SHA 626a4eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1eb26e2 - Browse repository at this point
Copy the full SHA 1eb26e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6e12fd - Browse repository at this point
Copy the full SHA d6e12fdView commit details -
feat(#81) : execute 메서드 추가 및 개선
- 전형별 메시지 보내기 메서드를 만들었어요. - 비즈니스 로직을 private 메서드로 바꾸었어요. - 겹치는 로직을 하나의 메서드로 개선했어요
Configuration menu - View commit details
-
Copy full SHA for 13a9a70 - Browse repository at this point
Copy the full SHA 13a9a70View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7126186 - Browse repository at this point
Copy the full SHA 7126186View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5beb8ba - Browse repository at this point
Copy the full SHA 5beb8baView commit details -
feat(#81) : SendMessageByTypeRequest 추가
- SendMessageByTypeRequest DTO를 추가했어요.
Configuration menu - View commit details
-
Copy full SHA for 68b8f9a - Browse repository at this point
Copy the full SHA 68b8f9aView commit details -
fix(#81) : SendMessageRequest 이름 변경
- SendMessageRequest를 SendMessageByStatusRequest로 변경했어요
Configuration menu - View commit details
-
Copy full SHA for 135cf36 - Browse repository at this point
Copy the full SHA 135cf36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79cec34 - Browse repository at this point
Copy the full SHA 79cec34View commit details -
- 마이스터 전형에서 일반전형으로 바뀐 원서는 getType()을 사용했을 때만 REGULAR로 나오고 실제 디비에는 MEISTER_TALENT로 들어가서 그룹별 메시지를 보낼 때 번거로움이 있어서 원서 전형 자체를 REGULAR로 바꾸기로 결정했어요.
Configuration menu - View commit details
-
Copy full SHA for 2c1470f - Browse repository at this point
Copy the full SHA 2c1470fView commit details -
- 요청할 때 인식이 되지 않아서 boolean 타입에서 Boolean 타입으로 바꾸었어요
Configuration menu - View commit details
-
Copy full SHA for 48f997e - Browse repository at this point
Copy the full SHA 48f997eView commit details
Commits on May 31, 2024
-
- 요청할 때 인식이 되지 않아서 boolean 타입에서 Boolean 타입으로 바꾸었어요
Configuration menu - View commit details
-
Copy full SHA for 1fe3954 - Browse repository at this point
Copy the full SHA 1fe3954View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d8f19e - Browse repository at this point
Copy the full SHA 7d8f19eView commit details -
Configuration menu - View commit details
-
Copy full SHA for dc71040 - Browse repository at this point
Copy the full SHA dc71040View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce3304e - Browse repository at this point
Copy the full SHA ce3304eView commit details