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

[WHD-291] Feat: dues, item history, inquiry list api #62

Merged
merged 4 commits into from
Dec 3, 2024

Conversation

juy4844
Copy link
Contributor

@juy4844 juy4844 commented Dec 3, 2024

기능 설명

  • 회비 내용 검색 기능
  • 물품 내역 동아리별 전체 보기 기능
  • 관리자용 문의 카테고리별 보기 기능

작성 상세 내용

  • 회비 내용 검색 기능
  • 물품 내역 동아리별 전체 보기 기능
  • 관리자용 문의 카테고리별 보기 기능

관련 지라 티켓 번호

WHD-291

참고 자료

@juy4844 juy4844 requested a review from jjunhub December 3, 2024 12:20
Copy link

github-actions bot commented Dec 3, 2024

Test Coverage Report

Overall Project 70.93% -0.38% 🍏
Files changed 81.62% 🍏

File Coverage
ItemHistory.java 100% 🍏
Inquiry.java 100% 🍏
InquiryRepositoryImpl.java 100% 🍏
AdminOverallService.java 99.42% -0.58% 🍏
ItemService.java 93.86% 🍏
ItemHistoryRepositoryImpl.java 65.82% 🍏
ClubAccountHistoryRepositoryImpl.java 64.86% 🍏
DuesService.java 0% -26.37%

Copy link
Member

@jjunhub jjunhub left a comment

Choose a reason for hiding this comment

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

빠르게 구현하셨네요 ㄷㄷ.. 고생하셨습니다~


List<ItemHistoryResponse> historyResponses = itemHistoryRepository.getByClub(club).stream()
.map(history -> {
Boolean isOverdue = history.getItemDueDate() != null && (
Copy link
Member

Choose a reason for hiding this comment

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

복잡한 로직 푸느라 고생하셨습니다!

@juy4844 juy4844 merged commit f5aa3a3 into develop Dec 3, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants