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

[FIX]액션 플랜 조회 시 리뷰가 달린 액션플랜인지 포함하여 반환 #73

Merged
merged 1 commit into from
Jan 16, 2024

Conversation

Hong0329
Copy link
Contributor

📣 Related Issue

📝 Summary

  • 전체 액션플랜 조회, 진행 중인 액션 플랜 조회, 완료된 액션 플랜 조회에서 그 액션 플랜에 리뷰가 달렸는지도 포함하여 반환
스크린샷 2024-01-16 오전 6 10 19

🙏 Question & PR point

📬 Reference

Copy link
Member

@yeseul106 yeseul106 left a comment

Choose a reason for hiding this comment

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

고생하셨습니다 ~~~

@@ -17,4 +17,6 @@ public class ActionPlanGetResponseDto {
private Boolean isScraped;

private Boolean isFinished;

private Boolean isReviewed;
Copy link
Member

Choose a reason for hiding this comment

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

사소한거지만, seed에 actionPlan이 있는지에 대한 변수명으로 hasActionPlan으로 개발했었어서 통일성을 위해 hasReview는 어떤지 여쭤보고 싶어요 ~!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

오 완전 좋은 의견이라고 생각합니다!!다음 PR에 얹어서 수정해놓겠습니다!! 감사합니당 :)

@Hong0329 Hong0329 merged commit 10e409e into develop Jan 16, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FIX]액션플랜 GET관련해서 리뷰 유무도 같이 반환하도록 수정
2 participants