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] 댓글,태그,알림 기능 수정 #144

Merged
merged 6 commits into from
Sep 13, 2024

Conversation

parseyong
Copy link
Contributor

@parseyong parseyong commented Sep 12, 2024

📋 이슈 번호

close #143

🛠 구현 사항

  1. 댓글정렬을 내림차순으로 변경
  2. 자기자신을 태그할 수 없도록 변경
  3. 자기 스냅에 댓글을 달거나 자기 스냅에 좋아요를 누를경우 알림생성이 안되도록 변경
  4. 대댓글 알림기능 추가
  5. 쿼리복잡도를 낮추기 위한 쿼리분리
  6. 알림기능 변경
  • 알림 읽음처리요청에서 스냅이나 댓글정보를 반환하는 대신 읽음처리만 하도록 변경했습니다.

  • 알림리스트조회 시 snapId나 sender의 loginId를 반환하여 스냅이나 프로필API를 사용하여 접근할 수 있도록 수정했습니다.

  • 팔로우요청 알림이 더이상 팔로우 수락여부를 받지 않습니다.

📚 기타

@parseyong parseyong self-assigned this Sep 12, 2024
알림조회 시 스냅이나 댓글정보를 반환하지 않고 snapId만 반환하도록 변경했습니다.
@sukangpunch sukangpunch merged commit 4da068c into main Sep 13, 2024
1 check passed
@parseyong parseyong deleted the seyong#143-refactoring branch September 13, 2024 07:13
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.

[Refactor] 댓글,태그,알림 기능 수정
2 participants