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

[FEAT] LikesController Facade & DCI 패턴 도입 #231

Merged
merged 2 commits into from
Jul 31, 2024

Conversation

kimdozzi
Copy link
Contributor

PR 타입(하나 이상의 PR 타입을 선택해주세요)

☑ 기능 추가

□ 기능 삭제

□ 버그 수정

□ 의존성, 환경 변수, 빌드 관련 코드 업데이트


반영 브랜치

feat/221-likecontroller -> main


변경 사항

  • LikesFacade & LikesFacadeService 구현
  • LikesService 코드 수정
  • 테스트 코드 DCI 도입

테스트 결과

ex) 베이스 브랜치에 포함되기 위한 코드는 모두 정상적으로 동작해야 합니다. 결과물에 대한 스크린샷, GIF, 혹은 라이브 데모가 가능하도록 샘플API를 첨부할 수도 있습니다.


연관된 이슈

#221


리뷰 요구사항(선택)

리뷰어가 특별히 봐주었으면 하는 부분이 있다면 작성해주세요
ex) 메서드 XXX의 이름을 더 잘 짓고 싶은데 혹시 좋은 명칭이 있을까요?

@kimdozzi kimdozzi added 💡feature 기능 구현, 개선 사항 관련 ⚙️ refactor 리팩토링 🧑🏻‍💻 BE 백엔드 관련 코드 🖥️ server 서버 관련 🎮 test 테스트 코드 관련 labels Jul 29, 2024
@kimdozzi kimdozzi self-assigned this Jul 29, 2024
@kimdozzi kimdozzi linked an issue Jul 29, 2024 that may be closed by this pull request
4 tasks
Copy link

github-actions bot commented Jul 29, 2024

Test Results

117 files  117 suites   31s ⏱️
284 tests 284 ✅ 0 💤 0 ❌
292 runs  292 ✅ 0 💤 0 ❌

Results for commit f746da1.

♻️ This comment has been updated with latest results.

Copy link
Contributor

@SSung023 SSung023 left a comment

Choose a reason for hiding this comment

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

고생하셨습니다! :)

@kimdozzi kimdozzi merged commit 1659a2c into main Jul 31, 2024
2 checks passed
@kimdozzi kimdozzi deleted the feat/221-likecontroller branch August 25, 2024 06:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🧑🏻‍💻 BE 백엔드 관련 코드 💡feature 기능 구현, 개선 사항 관련 ⚙️ refactor 리팩토링 🖥️ server 서버 관련 🎮 test 테스트 코드 관련
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT] Facade Pattern & 테스트 코드 DCI - LikeController
2 participants