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: 어드민 출석 수정 기능 구현 #27

Merged
merged 2 commits into from
May 16, 2024
Merged

Conversation

ddingmin
Copy link
Member

@ddingmin ddingmin commented May 16, 2024

💡 기능

  • 어드민 출석 수정 기능
  • 출석 조회에 누락된 attendance 필드 추가

🔎 기타

Close #26

@ddingmin ddingmin requested a review from CChuYong as a code owner May 16, 2024 11:24
Copy link

Auto labels applied based on the title of the PR.

week: Int = this.week,
member: Member = this.member,
attendanceStatus: AttendanceStatus = this.attendanceStatus,
attendanceTime: LocalDateTime? = this.attendanceTime
Copy link
Member

Choose a reason for hiding this comment

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

attandanceTime = null 인 경우는 언제인가용?

Copy link
Member Author

Choose a reason for hiding this comment

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

유저가 아직 출석하지 않은 상황, 어드민이 출석 상태를 변경한 상황입니다!

@ddingmin ddingmin merged commit fa76d75 into develop May 16, 2024
1 check passed
@ddingmin ddingmin deleted the feature/#27 branch May 16, 2024 15:08
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