-
Notifications
You must be signed in to change notification settings - Fork 1
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
GETP-157 feat: 프로젝트 지원자 미팅 신청 구현 #107
Merged
Merged
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
…ae/get-p-server into feature/GETP-157
…ae/get-p-server into feature/GETP-157
…ae/get-p-server into feature/GETP-157
…ae/get-p-server into feature/GETP-157
… 및 추상화 수준에 맞는 예외를 던지도록 변경
wlgns12370
approved these changes
Aug 4, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
scv1702
added a commit
that referenced
this pull request
Sep 12, 2024
* GETP-157 feat : 미팅 신청 기능 구현 * GETP-153 test : 미팅 신청 기능 테스트 작성 * GETP-157 chore: 도메인 레이어에 서비스 명시를 위한 도메인 서비스 어노테이션 생성 및 API명 수정 * GETP-157 refactor: 미팅 신청에 대한 비즈니스 로직을 도메인 계층과 어플리케이션 계층으로 분리 * GETP-157 test: DDD를 적용한 미팅 신청 기능 컨트롤러 테스트 작성 * GETP-157 refactor: `SimpleMailMessage` 객체 생성에 대한 책임을 `MailSender`로 이동 및 추상화 수준에 맞는 예외를 던지도록 변경 * GETP-157 feat: 미팅 신청 시 미팅 일정을 한 번만 등록할 수 있도록 변경 * GETP-157 docs: 프로젝트 미팅 신청 API 문서 작성 * GETP-157 test: 프로젝트 미팅 신청 도메인 서비스 테스트 작성 * GETP-157 fix: PhoneNumberMapper의 NPE 오류 수정 --------- Co-authored-by: wlgns12370 <ahffk12370@naver.com>
scv1702
added a commit
that referenced
this pull request
Sep 12, 2024
* GETP-157 feat : 미팅 신청 기능 구현 * GETP-153 test : 미팅 신청 기능 테스트 작성 * GETP-157 chore: 도메인 레이어에 서비스 명시를 위한 도메인 서비스 어노테이션 생성 및 API명 수정 * GETP-157 refactor: 미팅 신청에 대한 비즈니스 로직을 도메인 계층과 어플리케이션 계층으로 분리 * GETP-157 test: DDD를 적용한 미팅 신청 기능 컨트롤러 테스트 작성 * GETP-157 refactor: `SimpleMailMessage` 객체 생성에 대한 책임을 `MailSender`로 이동 및 추상화 수준에 맞는 예외를 던지도록 변경 * GETP-157 feat: 미팅 신청 시 미팅 일정을 한 번만 등록할 수 있도록 변경 * GETP-157 docs: 프로젝트 미팅 신청 API 문서 작성 * GETP-157 test: 프로젝트 미팅 신청 도메인 서비스 테스트 작성 * GETP-157 fix: PhoneNumberMapper의 NPE 오류 수정 --------- Co-authored-by: wlgns12370 <ahffk12370@naver.com>
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.
✨ 구현한 기능
📢 논의하고 싶은 내용
🎸 기타