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: 가이드라인 관련 로직 수정 {프론트 요청) #103

Merged
merged 8 commits into from
Oct 23, 2024

Conversation

eunsoni
Copy link
Collaborator

@eunsoni eunsoni commented Oct 22, 2024

#️⃣ 연관된 이슈

📝 작업 내용

이번 PR에서 작업한 내용을 간략히 설명해주세요.(이미지 첨부 가능)

  • 새로 생긴 시니어에 대한 가이드라인 더미데이터 추가
  • 가이드라인 서비스단에서 검증 로직 추가
  • 가이드라인 조회 관련 api path variable 및 매개변수 수정 (프론트 요청)

스크린샷 (선택)

💬 리뷰 요구사항(선택)

리뷰어가 특별히 봐주었으면 하는 부분이 있다면 작성해주세요
Reformat 안된 파일들이 있는 것 같아요!
나중에 각자 맡으신 부분 작업하실 때 Reformat Code 한번씩 부탁드릴게요

⏰ 현재 버그

✏ Git Close

close #101

@eunsoni eunsoni added the ♻️ Refactoring 코드 리팩토링 & 클린 코드 작업을 진행하는 경우 label Oct 22, 2024
@eunsoni eunsoni self-assigned this Oct 22, 2024
Copy link
Member

@GitJIHO GitJIHO left a comment

Choose a reason for hiding this comment

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

오늘 프론트와 협업 작업하시느라 고생하셨습니다 👍
추가하신 더미데이터 엄청 많네요ㄷㄷ
바로 approve 하겠습니다~

Reformat 안된 파일들이 있는 것 같아요!
나중에 각자 맡으신 부분 작업하실 때 Reformat Code 한번씩 부탁드릴게요

넵 알겠습니다~

Copy link
Contributor

@zzoe2346 zzoe2346 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 32 to 37
public GuardGuidelineService(GuardGuidelineRepository guardGuidelineRepository, SeniorRepository seniorRepository, CallbackRepository callbackRepository, MemberRepository memberRepository) {
this.guardGuidelineRepository = guardGuidelineRepository;
this.seniorRepository = seniorRepository;
this.callbackRepository = callbackRepository;
this.memberRepository = memberRepository;
}
Copy link
Contributor

Choose a reason for hiding this comment

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

이번 PR에 MemberRepository 가 새로 추가되었는데 사용은 안하시는걸로 확인이 됩니다. 현재 서비스 계층 코드에서 딱히 사용하실 계획이 없으시면 제거해주셔도 좋을거 같습니다.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

엇 맞아요 감사합니다~!

Copy link
Collaborator

@2iedo 2iedo left a comment

Choose a reason for hiding this comment

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

수정하신 부분 확인했습니다! 고생하셧어요~

@eunsoni eunsoni merged commit ca76a5c into Weekly Oct 23, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
♻️ Refactoring 코드 리팩토링 & 클린 코드 작업을 진행하는 경우
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor: callbackId와 guidelineId을 받아 가이드라인 조회 API 추가 (프론트엔드 요청)
4 participants