-
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
[feat #177] 질문 글 작성 응답 DTO 잔여 크레딧 추가 #180
Conversation
@hyun2371 개발/운영서버 이분화에 따른 개발/운영 브랜치 이분화도 필요할 것 같습니다! |
Code Coverage
|
Test Results 28 files 28 suites 14s ⏱️ Results for commit 13212ba. |
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.
다른 DTO도 remainingCredit으로 수정해서 통일시킬까 고민이 되네요.. 고생 많으셨습니다!
prod 브랜치 생성했습니다! 주기적으로 dev->prod pr 올려서 배포하면 될 것 같아요 |
단순 credit을 하려다가 잔여 크레딧 표시에 쓰는 데이터다보니 remainingCredit으로 했었어요. 다른 곳은 쓰이는 기능에 맞게 네이밍하는게 좋을 것 같아요! |
관련 이슈
📑 작업 상세 내용
-
toRegisterQuestionPostResponse()
의Member member = questionPost.getMember()
을 이용한 credit 조회 시 변경감지 적용 전으로 인해 잔여 크레딧 정합성 오류 발생 -> 실제 크레딧이 차감된 Member를 직접 파라미터로 넘겨서 사용하도록 변경💫 작업 요약
🔍 중점적으로 리뷰 할 부분