-
Notifications
You must be signed in to change notification settings - Fork 9
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
🔨 [Refactoring] Admin 공유일정 조회 API -> 분류별 일정조회 API로 변경 #1091 #1093
base: dev
Are you sure you want to change the base?
The head ref may contain hidden characters: "1091-refactoring-admin-\uACF5\uC720\uC77C\uC815-\uC870\uD68C-api---\uBD84\uB958\uBCC4-\uC77C\uC815\uC870\uD68C-api\uB85C-\uBCC0\uACBD"
🔨 [Refactoring] Admin 공유일정 조회 API -> 분류별 일정조회 API로 변경 #1091 #1093
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #1093 +/- ##
============================================
+ Coverage 74.42% 76.99% +2.57%
- Complexity 1227 1691 +464
============================================
Files 399 574 +175
Lines 5524 7780 +2256
Branches 440 525 +85
============================================
+ Hits 4111 5990 +1879
- Misses 1220 1547 +327
- Partials 193 243 +50
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
로직 바꾸시느라 고생많으셨습니다!
private MockMvc mockMvc; | ||
|
||
@Autowired | ||
EntityManager em; |
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.
em을 쓰는 부분이 없는데, 이건 그냥 선언해도 되는 건가요? 궁금해서 여쭤봅니닷
Page<PublicSchedule> publicSchedules = publicScheduleAdminRepository.findAllByClassification( | ||
detailClassification, pageable); | ||
|
||
List<TotalScheduleAdminResDto> publicScheduleList = publicSchedules.stream() |
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.
자바 11버전 collects
📌 개요
💻 작업사항
✅ 변경로직
💡Issue 번호