-
Notifications
You must be signed in to change notification settings - Fork 0
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
GTB-33 [feat] 주점 상세정보 API 구현 #29
Conversation
고생하셨습니다! 레코드 안에 레코드를 넣은 구조는 처음보는데 읽어보니 좋은 구조인것 같네요! |
src/main/java/site/gachontable/gachontablebe/domain/pub/presentation/PubController.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다! 몇 가지 수정 사항을 작성하였는데, 확인 부탁 드립니다.
추가적으로, 작성하신 코드와 PR의 제목 및 내용이 일치하지 않는 것 같습니다.
제목은 수정하였으니, 내용은 @rootTiket 님께서 마저 수정해주시면 감사하겠습니다!
...n/java/site/gachontable/gachontablebe/domain/pub/presentation/dto/GetPubDetailsResponse.java
Outdated
Show resolved
Hide resolved
...n/java/site/gachontable/gachontablebe/domain/pub/presentation/dto/GetPubDetailsResponse.java
Outdated
Show resolved
Hide resolved
...n/java/site/gachontable/gachontablebe/domain/pub/presentation/dto/GetPubDetailsResponse.java
Outdated
Show resolved
Hide resolved
...n/java/site/gachontable/gachontablebe/domain/pub/presentation/dto/GetPubDetailsResponse.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
감사합니다!
1. 무슨 이유로 코드를 변경했나요?
주점 상세정보 API를 구현했습니다
2. 어떤 위험이나 장애를 발견했나요?
액세스 토큰이 유효하지 않을 경우 리프레시 토큰을 확인하여 토큰 재 발급하는 로직이 보이지 않아 우선 비 로그인 상태로 사용할 수 있게 구현하였습니다.
3. 관련 스크린샷을 첨부해주세요.
4. 완료 사항
5. 추가 사항
close #26