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

GETP-157 feat: 프로젝트 지원자 미팅 신청 구현 #107

Merged
merged 15 commits into from
Aug 4, 2024

Conversation

scv1702
Copy link
Member

@scv1702 scv1702 commented Aug 4, 2024

✨ 구현한 기능

  • 프로젝트 지원자 미팅 신청 구현
  • 이메일 전송에 대한 책임을 인프라 서비스로 분리

📢 논의하고 싶은 내용

🎸 기타

wlgns12370 and others added 14 commits July 30, 2024 18:29
… 및 추상화 수준에 맞는 예외를 던지도록 변경
Copy link
Member

@wlgns12370 wlgns12370 left a comment

Choose a reason for hiding this comment

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

LGTM!

Copy link

github-actions bot commented Aug 4, 2024

Test Results

140 tests  +3   140 ✅ +3   23s ⏱️ +7s
 87 suites  - 5     0 💤 ±0 
 87 files    - 5     0 ❌ ±0 

Results for commit e5c1e16. ± Comparison against base commit 74c6393.

♻️ This comment has been updated with latest results.

@scv1702 scv1702 merged commit 14421ed into develop Aug 4, 2024
2 checks passed
@scv1702 scv1702 deleted the feature/GETP-157 branch August 4, 2024 10:38
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 <[email protected]>
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 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants