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

[FIX] 공유용 출력 뷰에서 공유한 유저가 작성한 카테고리 목록을 조회할 수 있도록 수정 #203

Merged
merged 2 commits into from
Nov 9, 2023

Conversation

yeseul106
Copy link
Member

📝 Summary

  • 공유용 출력 뷰에서 공유한 유저가 작성한 카테고리 목록을 조회할 수 있도록 수정

👩‍💻 Contents

  • 현재 카테고리를 조회하는 api는 토큰의 payload에 담겨있는 memberId를 꺼내서 해당 멤버가 작성한 카테고리만 조회하도록 구현되어 있습니다.

  • 하지만 공유용 뷰에서 카테고리를 조회할 때는 공유를 한 사람이 작성한 카테고리가 보여야 하므로 path parameter로 조회하고자 하는 유저의 id를 받도록 수정하였습니다.

  • 이 과정에서 로그인 성공 시, 내려주는 response body에 memberId도 추가해서 내려줄 수 있도록 수정하였습니다.

    • 로그인 성공 시, memberId도 추가해서 내려주는 것 확인

      스크린샷 2023-11-09 오후 1 30 09
  • 테스트 화면

스크린샷 2023-11-09 오후 1 34 09 image

📝 Review Note

📣 Related Issue

📬 Reference

@yeseul106 yeseul106 added 🐼 예슬 🐼 🐞Fix🐞 에러 발생 시, 버그 labels Nov 9, 2023
@yeseul106 yeseul106 self-assigned this Nov 9, 2023
Copy link
Member

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

@unanchoi unanchoi left a comment

Choose a reason for hiding this comment

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

수고하셨습니다!

@yeseul106 yeseul106 merged commit 9ef4e6a into develop Nov 9, 2023
1 check passed
@unanchoi unanchoi deleted the fix/#202-category-get-api branch November 9, 2023 05:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞Fix🐞 에러 발생 시, 버그 🐼 예슬 🐼
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FIX] 카테고리 목록 조회 시, 특정 유저가 작성한 카테고리를 볼 수 있도록 수정
3 participants