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

[새기능] 원서 전형별 메시지 보내기 #81

Closed
7 tasks
jyj1289 opened this issue May 28, 2024 · 0 comments · Fixed by #82
Closed
7 tasks

[새기능] 원서 전형별 메시지 보내기 #81

jyj1289 opened this issue May 28, 2024 · 0 comments · Fixed by #82
Assignees
Labels
새기능 새로운 기능 개발

Comments

@jyj1289
Copy link
Member

jyj1289 commented May 28, 2024

✨ 개요

원서 전형별로도 메시지를 보낼 수 있어야 합니다.

✅ 해야 할 일

  • 원서 전형별 메시지 보내기 컨트롤러 구현
  • 원서 전형별 메시지 유즈 케이스 구현
  • 테스트케이스 작성
  • API 문서화

🙏🏻 요구사항

  • 마이스터 인재전형 지원자에게 메시지를 보낼 수 있다.
  • 마이스터 인재전형에서 일반전형으로 바뀐 지원자에게 메시지를 보낼 수 있다.
  • 위 두 개의 전형을 제외한 모든 전형의 지원자에게 메시지를 보낼 수 있다.

🙋🏻 덧붙일 말

No response

@jyj1289 jyj1289 added the 새기능 새로운 기능 개발 label May 28, 2024
@jyj1289 jyj1289 self-assigned this May 28, 2024
jyj1289 added a commit that referenced this issue May 31, 2024
- SendMessageService에서 formRepository를 사용하지 않아서 제거했어요.
jyj1289 added a commit that referenced this issue May 31, 2024
- 마이스터전형과, 마이스터전형을 제외한 모든 전형을 조회하기 위해서 findMeisterTalentFirstRoundForm()과 findNotExistsMeisterTalentFirstRoundForm() 메서드를 추가했어요
jyj1289 added a commit that referenced this issue May 31, 2024
- 마이스터전형과, 마이스터전형을 제외한 모든 전형을 조회하기 위해서 findMeisterTalentFirstRoundForm()과 findNotExistsMeisterTalentFirstRoundForm() 메서드를 구현했어요.
jyj1289 added a commit that referenced this issue May 31, 2024
- 전형별로 메시지를 보내기 위해서 컨트롤러에 메서드를 추가했어요.
jyj1289 added a commit that referenced this issue May 31, 2024
- SendMessageByStatusRequest로 이름을 변경했어요
jyj1289 added a commit that referenced this issue May 31, 2024
- 전형별 메시지 보내기 메서드를 만들었어요.
- 비즈니스 로직을 private 메서드로 바꾸었어요.
- 겹치는 로직을 하나의 메서드로 개선했어요
jyj1289 added a commit that referenced this issue May 31, 2024
- SendMessageByTypeRequest DTO를 추가했어요.
jyj1289 added a commit that referenced this issue May 31, 2024
- SendMessageRequest를 SendMessageByStatusRequest로 변경했어요
jyj1289 added a commit that referenced this issue May 31, 2024
- 불필요한 import를 제거했어요.
jyj1289 added a commit that referenced this issue May 31, 2024
- 마이스터 전형에서 일반전형으로 바뀐 원서는 getType()을 사용했을 때만 REGULAR로 나오고 실제 디비에는 MEISTER_TALENT로 들어가서 그룹별 메시지를 보낼 때 번거로움이 있어서 원서 전형 자체를 REGULAR로 바꾸기로 결정했어요.
jyj1289 added a commit that referenced this issue May 31, 2024
- 요청할 때 인식이 되지 않아서 boolean 타입에서 Boolean 타입으로 바꾸었어요
jyj1289 added a commit that referenced this issue May 31, 2024
- 요청할 때 인식이 되지 않아서 boolean 타입에서 Boolean 타입으로 바꾸었어요
jyj1289 added a commit that referenced this issue May 31, 2024
- /message/type 테스트를 추가했어요.
jyj1289 added a commit that referenced this issue May 31, 2024
- 테스트를 위한 println코드를 삭제했어요
jyj1289 added a commit that referenced this issue May 31, 2024
- 전형별 메시지 보내기 테스트 코드를 작성했어요.
@jyj1289 jyj1289 mentioned this issue May 31, 2024
4 tasks
@jyj1289 jyj1289 linked a pull request May 31, 2024 that will close this issue
4 tasks
jyj1289 added a commit that referenced this issue Jun 1, 2024
jyj1289 added a commit that referenced this issue Jun 11, 2024
커밋 유실기록 복구
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 a pull request may close this issue.

1 participant