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] 감상 조회시 다른 유저도 감상을 조회할 수 있도록 변경 (#388) #389

Merged
merged 1 commit into from
Sep 21, 2023

Conversation

Jaeyoung22
Copy link
Collaborator

📌 관련 이슈

📁 작업 설명

  • 감상 조회시 다른 유저도 감상을 조회할 수 있도록 변경했습니다.

💻 주의사항

  • 현재 인증을 위해서, PostController에서 감상을 조회하는 기능이 포함된 메서드들의 파라미터로 @Auth LoginUser loginUser가 남아있습니다.

@github-actions
Copy link

Test Results

238 tests   238 ✔️  20s ⏱️
  67 suites      0 💤
  67 files        0

Results for commit 1fce51a.

Copy link
Member

@greeng00se greeng00se left a comment

Choose a reason for hiding this comment

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

현재 인증 헤더가 없더라도 조회하는 기능으로 이해했어요.
Auth 애너테이션만 제외하는 경우 ArgumentResolver만 요청 flow에서 제외될것 같아요.
따라서 Interceptor에서도 감상 단일 조회에 대해 제외 처리를 해주어야 할 것 같아요.
사실 이 부분은 애너테이션으로 구분할 수 있도록 구현하는 방법도 있는 걸로 알고 있어요. 시간이 촉박하니 데모데이 끝나고 구현해보도록 해요.

다시 보니 인증된 사용자만 감상을 조회할 수 있도록 하셨군요 approve 할게요 아침이라 정신이 없네요 ㅋㅋ

빠르게 반영해주시느라 고생하셨습니다.. 👍

Copy link
Collaborator

@Combi153 Combi153 left a comment

Choose a reason for hiding this comment

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

고생하셨습니다!
간단하게 구현하셨네요ㅎㅎ

@Jaeyoung22 Jaeyoung22 merged commit 7ad7f59 into develop-backend Sep 21, 2023
3 checks passed
@Jaeyoung22 Jaeyoung22 self-assigned this Oct 1, 2023
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.

3 participants