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] 소소피드 댓글 CRUD API 구현 #113

Merged
merged 19 commits into from
Aug 7, 2024
Merged

[FEAT] 소소피드 댓글 CRUD API 구현 #113

merged 19 commits into from
Aug 7, 2024

Conversation

ChaeAg
Copy link
Member

@ChaeAg ChaeAg commented Jul 19, 2024

Related Issue

Key Changes

소소피드 댓글 CRUD API를 구현했습니다.

🔑

  • 댓글은 무조건 로그인 한 유저만이 확인이 가능합니다. -> 댓글은 특정 소소피드에 들어가서 볼 수 있기 때문에 비로그인 유저는 접근 불가능
  • 댓글을 작성한 유저와 차단 관계이면 그 댓글은 보이지 않습니다.
  • 여러번 신고를 받아, 숨김 처리가 된 댓글은 보이지 않습니다.
  • 특정 피드의 댓글 수는 차단, 숨김 여부와 상관 없이 실제 있는 전체 댓글 개수를 나타내는 것입니다. (기획과 이야기 O)

To Reviewers

현재 PR이 열려있는 소소피드 전체 조회 API를 rebase 해서 수정사항이 섞여있는데요!
해당 부분을 코멘트로 남겨놓을테니 제외하고 봐주시면 될 것 같습니다!

References

Kim-TaeUk

This comment was marked as outdated.

Copy link
Contributor

@rinarina0429 rinarina0429 left a comment

Choose a reason for hiding this comment

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

CRUD 한번에 구현하셨네요~~ 수고하셨습니다!!

Copy link
Contributor

@Kim-TaeUk Kim-TaeUk 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

@rinarina0429 rinarina0429 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

@Kim-TaeUk Kim-TaeUk left a comment

Choose a reason for hiding this comment

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

고생하셨습니다~~!

@ChaeAg ChaeAg merged commit 0a3e838 into dev Aug 7, 2024
1 check passed
@ChaeAg ChaeAg deleted the feat/#68 branch August 7, 2024 04:05
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] 소소피드 댓글 CRUD API 구현
3 participants