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: 미션 리스트 조회 시 InProgress인 미션만 조회로 변경 #248

Merged
merged 3 commits into from
Jan 30, 2024

Conversation

char-yb
Copy link
Member

@char-yb char-yb commented Jan 29, 2024

🌱 관련 이슈

📌 작업 내용 및 특이사항

📝 참고사항

📚 기타

@char-yb char-yb added 🥇 P1 급하고 꼭 필요한 이슈 🐛 bug/error 버그 및 에러 픽스 labels Jan 29, 2024
@char-yb char-yb added this to the 2.5차 스프린트 milestone Jan 29, 2024
@char-yb char-yb self-assigned this Jan 29, 2024
Comment on lines 82 to 84
private BooleanExpression durationStatusNotInFinished() {
return mission.durationStatus.notIn(DurationStatus.FINISHED);
}
Copy link
Member

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으로 거는게 더 좋아보여용!!

Copy link
Member Author

Choose a reason for hiding this comment

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

그러겠네용 반영하겠습니다!

Copy link

Quality Gate Passed Quality Gate passed

The SonarCloud Quality Gate passed, but some issues were introduced.

68 New issues
0 Security Hotspots
52.3% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

Copy link
Member

@kdomo kdomo left a comment

Choose a reason for hiding this comment

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

굳 감사합니당

@char-yb char-yb merged commit 80909fd into develop Jan 30, 2024
2 checks passed
@github-actions github-actions bot added the merged 머지된 PR label Jan 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug/error 버그 및 에러 픽스 merged 머지된 PR 🥇 P1 급하고 꼭 필요한 이슈
Projects
Status: 완료
2 participants