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

refactor-be(Sub-Domain): Facade Service 도입을 위한 Controller가 없는 각 도메인 Service 기능 이동 #291

Merged
merged 5 commits into from
Aug 7, 2024

Conversation

Dobby-Kim
Copy link
Contributor

@Dobby-Kim Dobby-Kim commented Aug 7, 2024

상세설명

이슈 내용을 확인해주시기 바랍니다

PR 체크리스트

  • 테스트는 모두 통과했나요?
  • 빌드는 성공했나요?
  • 코드 포맷팅을 진행했나요?
  • PR 내부의 예시는 삭제하셨나요?

closes #287

@Dobby-Kim Dobby-Kim requested a review from HyungHoKim00 August 7, 2024 02:46
@Dobby-Kim Dobby-Kim self-assigned this Aug 7, 2024
@Dobby-Kim Dobby-Kim marked this pull request as draft August 7, 2024 02:47
@Dobby-Kim Dobby-Kim marked this pull request as ready for review August 7, 2024 02:47
@Dobby-Kim Dobby-Kim requested a review from Chocochip101 August 7, 2024 02:48
@Dobby-Kim Dobby-Kim added this to the 스프린트 2.0 milestone Aug 7, 2024
@Dobby-Kim Dobby-Kim added refactor 기존 코드 수정 backend 백엔드 labels Aug 7, 2024
@Dobby-Kim Dobby-Kim marked this pull request as draft August 7, 2024 02:55
@Dobby-Kim Dobby-Kim marked this pull request as ready for review August 7, 2024 02:55
Copy link
Contributor

github-actions bot commented Aug 7, 2024

1722999359.358079

@Dobby-Kim Dobby-Kim marked this pull request as draft August 7, 2024 03:00
@Dobby-Kim Dobby-Kim marked this pull request as ready for review August 7, 2024 03:00
Copy link
Contributor

github-actions bot commented Aug 7, 2024

📌 Test Coverage Report

Overall Project 66.17%
Files changed 100% 🍏

File Coverage
ApplyFormFacade.java 100% 🍏
QuestionService.java 100% 🍏
ChoiceService.java 85.19% 🍏

@Dobby-Kim Dobby-Kim requested review from xogns1514 and removed request for HyungHoKim00 August 7, 2024 03:17
Copy link
Member

@Chocochip101 Chocochip101 left a comment

Choose a reason for hiding this comment

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

수고하셨습니다, 도비 :)

리뷰 확인해주세요!

Comment on lines +124 to +125
List<Question> nonChoiceTypeQuestions = questionRepository.saveAll(QuestionFixture.createNonChoiceTypeQuestions(
null));
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
List<Question> nonChoiceTypeQuestions = questionRepository.saveAll(QuestionFixture.createNonChoiceTypeQuestions(
null));
List<Question> nonChoiceTypeQuestions = questionRepository.saveAll(
QuestionFixture.createNonChoiceTypeQuestions(null)
);

위 변경은 어떤가요?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

이것이 더 좋겠지만 코드 포맷팅을 적용하면 계속 file change가 발생하네요ㅠㅠ
우선은 저희가 전역적으로 적용한 컨벤션 포맷팅 기준으로 작성했습니다

Copy link
Contributor

@xogns1514 xogns1514 left a comment

Choose a reason for hiding this comment

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

수고하셨습니다. 코멘트 하나 달아두었습니다.

Copy link
Contributor

@xogns1514 xogns1514 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
Member

@Chocochip101 Chocochip101 left a comment

Choose a reason for hiding this comment

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

수고하셨습니다 :)

@Dobby-Kim Dobby-Kim merged commit 17bcc66 into be-284-FACADE_ADOPTION_01 Aug 7, 2024
20 checks passed
@Dobby-Kim Dobby-Kim deleted the be-284-FACADE_ADOPTION_01-1 branch August 7, 2024 04:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend 백엔드 refactor 기존 코드 수정
Projects
Status: 완료
3 participants