-
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
fix: 미션 리스트 조회 시 InProgress인 미션만 조회로 변경 #248
Conversation
private BooleanExpression durationStatusNotInFinished() { | ||
return mission.durationStatus.notIn(DurationStatus.FINISHED); | ||
} |
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.
현재 FINISHED가 아닌것은 IN_PROGRESS로 보고있지만,
추 후 기획이 변경되거나 Enum값이 추가된다거나 했을 때
버그가 발생한다거나 해당 부분 찾기 어려울 꺼 같아서
IN_PROGRESS인 놈들만 in으로 거는게 더 좋아보여용!!
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.
굳 감사합니당
🌱 관련 이슈
📌 작업 내용 및 특이사항
📝 참고사항
📚 기타