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

feat: 주차, 팀 별 출석 현황 조회 #35

Merged
merged 2 commits into from
May 19, 2024
Merged

feat: 주차, 팀 별 출석 현황 조회 #35

merged 2 commits into from
May 19, 2024

Conversation

ddingmin
Copy link
Member

💡 기능

  • 어드민페이지에서 활용할 주차, 팀 별 출석 현황 조회입니다.

🔎 기타

image

Close #34

@ddingmin ddingmin requested a review from CChuYong as a code owner May 18, 2024 08:10
Copy link

Auto labels applied based on the title of the PR.

it.member.generations.any {
it.generationId == input.generation && it.groupId == input.groupId
}
}.sortedBy { it.member.name }
Copy link
Member

Choose a reason for hiding this comment

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

정렬이 뷰단을 위한 정렬이라면 차라리 usecase는 filter까지만 하고 sorted는 controller로 넘어가도 좋을 것 같아여

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
Member

@CChuYong CChuYong left a comment

Choose a reason for hiding this comment

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

수고많으셨슴다!!!!

@ddingmin ddingmin merged commit 96fdc1c into develop May 19, 2024
@ddingmin ddingmin deleted the feature/#35 branch May 19, 2024 01:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: 주차, 팀 별 출석 현황 조회
2 participants