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

#25 [feat] GET - 글 해당 댓글 리스트 조회 구현 #29

Merged
merged 5 commits into from
Jan 7, 2024

Conversation

sohyundoh
Copy link
Member

@sohyundoh sohyundoh commented Jan 7, 2024

✒️ 관련 이슈번호

Key Changes 🔑

  1. 스웨거 작업해주었습니다!
    image
  2. Comment 내부 연관관계를 User에서 WriterName으로 변경했습니다!
    • 기존에 실명 <-> 익명 제도여서 User로 엮어뒀었는데 필명 <-> 익명제도로 변경되었고, 이 모임에 대한 권한이 있는지 확인하는 플로우가 자주 사용되니 WriterName으로 변경하는게 적합하다고 판단했습니다! 혹시 의견있으면 남겨주세요!
  3. PostAuthenticateServicePostService 분리
  • CommentService에서 해당 post에 대한 댓글 권한이 있는지 확인하는 플로우에서 PostService 를 참조해야 했는데, 이미 PostService에서 CommentService를 참조하고 있어순환 참조 문제가 발생하고, 또한 PostService의 역할이 커지는 것 같아 검증과 관련된 메소드는 PostAuthenticateService를 따로 두어 역할을 분리해주었습니다.

To Reviewers 📢

  • 아자잣!

@sohyundoh sohyundoh requested a review from parkheeddong January 7, 2024 12:14
@sohyundoh sohyundoh self-assigned this Jan 7, 2024
@sohyundoh sohyundoh merged commit 76ccb68 into develop Jan 7, 2024
1 check passed
@sohyundoh sohyundoh deleted the feat/#25 branch January 7, 2024 14:07
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.

[feat] GET - 글 해당 댓글 리스트 조회 API
1 participant