-
Notifications
You must be signed in to change notification settings - Fork 2
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
[FE] refactor: 리뷰 상세 페이지 url path 관련 코드 수정 및 리팩터링 #321
[FE] refactor: 리뷰 상세 페이지 url path 관련 코드 수정 및 리팩터링 #321
Conversation
Co-Authored-By: badahertz52 <[email protected]> Co-Authored-By: ImxYJL <[email protected]> Co-Authored-By: Fe <[email protected]>
Co-Authored-By: badahertz52 <[email protected]> Co-Authored-By: ImxYJL <[email protected]> Co-Authored-By: Fe <[email protected]>
Co-Authored-By: badahertz52 <[email protected]> Co-Authored-By: ImxYJL <[email protected]> Co-Authored-By: Fe <[email protected]>
Co-Authored-By: badahertz52 <[email protected]> Co-Authored-By: ImxYJL <[email protected]> Co-Authored-By: Fe <[email protected]>
Co-Authored-By: badahertz52 <[email protected]> Co-Authored-By: ImxYJL <[email protected]> Co-Authored-By: Fe <[email protected]>
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.
코멘트 반영된 것 확인했습니다 고생했어요!👍
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.
URL 뜯어고치느라 수고하셨어요~~
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.
다시 어프루브함니다
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.
고생했어!!!!
🚀 어떤 기능을 구현했나요 ?
🔥 어떻게 해결했나요 ?
리뷰 상세 페이지에서 리뷰를 불러오는 API가 변경되어
memberId
가 더이상 필요하지 않게 되었습니다. 그래서memberId
관련 코드를 모두 제거했습니다.변경사항
getDetailedReviewApi
와 관련된 코드에서memberId
파라미터를 제거하고, 관련된 모든 사용처에서도memberId
를 삭제했습니다.memberId
관련 로직을 제거했습니다.ReviewListPage
에서 리뷰 클릭 시,navigate
경로에memberId
를 제거했습니다.리팩터링
REVIEW_MESSAGE_SUFFIX
에서 님을 제외하여 "에게 달린 리뷰입니다!"로 수정했습니다.REVIEWEENAME
상수를 대문자로 변경했습니다.리뷰 상세 페이지 개선
key
값을questionId
로 변경했습니다.📝 어떤 부분에 집중해서 리뷰해야 할까요?
memberId
관련 코드가 모두 삭제되었을까요?📚 참고 자료, 할 말