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

비로그인 사용자도 리뷰 목록을 볼 수 있도록 수정 #47

Closed
70825 opened this issue Apr 21, 2024 · 0 comments · Fixed by #48
Closed

비로그인 사용자도 리뷰 목록을 볼 수 있도록 수정 #47

70825 opened this issue Apr 21, 2024 · 0 comments · Fixed by #48
Assignees

Comments

@70825
Copy link
Member

70825 commented Apr 21, 2024

어떤 기능을 구현하나요?

사용자 내용

[AS-IS]
리뷰 목록은 로그인된 사용자만 볼 수 있었음

[TO-BE]
비로그인 사용자도 상품 목록에 대한 리뷰를 볼 수 있게 함

기술 내용

#38 에서AuthArgumentResolver를 수정해 비로그인 사용자를 구분지어서 반환하도록 만들었음. 하지만 리뷰 목록을 확인하는 과정에서 서비스 로직에 로그인 정보가 필요해 에러가 발생함. 서비스 로직도 비로그인 사용자가 들어와도 문제가 없도록 로직을 수정해야함

에러가 발생하는 곳

스크린샷 2024-04-21 오후 7 02 03

일정

  • 추정 시간: 5
@70825 70825 self-assigned this Apr 21, 2024
@70825 70825 changed the title 비로그인 사용자도 좋아요 여부를 확인할 수 있도록 수정 비로그인 사용자도 리뷰 목록을 볼 수 있도록 수정 Apr 21, 2024
@70825 70825 closed this as completed in #48 Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant