Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Feat #110 당일 출석 상태 함께 반환 #110

Merged
merged 2 commits into from
Jan 18, 2025

Conversation

hyxklee
Copy link
Member

@hyxklee hyxklee commented Jan 14, 2025

PR 내용

  • 출석 메인 페이지 API에서 당일 내 출석 상태를 알 수 있도록 응답 dto에 status를 추가했습니다

PR 세부사항

  • 응답 dto와 mapper를 수정해 당일 출석 상태를 알 수 있게 하였습니다
  • 출석 버튼에 대한 동적인 상태 변화를 위해 사용됩니다

관련 스크린샷

image

주의사항

X

체크 리스트

  • 리뷰어 설정
  • Assignee 설정
  • Label 설정
  • 제목 양식 맞췄나요? (ex. #0 Feat: 기능 추가)
  • 변경 사항에 대한 테스트

@hyxklee hyxklee requested review from jj0526 and huncozyboy January 14, 2025 01:49
@hyxklee hyxklee self-assigned this Jan 14, 2025
@hyxklee hyxklee changed the title Feat #109 당일 출석 상태 함께 반환 Feat #110 당일 출석 상태 함께 반환 Jan 14, 2025
@hyxklee hyxklee linked an issue Jan 14, 2025 that may be closed by this pull request
@@ -12,6 +12,7 @@ public class AttendanceDTO {
public record Main(
Integer attendanceRate,
String title,
Status status,
Copy link
Member

Choose a reason for hiding this comment

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

고생하셨습니다 ! 문제 없어보입니다

Copy link
Collaborator

@jj0526 jj0526 left a comment

Choose a reason for hiding this comment

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

수고하셨어요~!

@hyxklee hyxklee merged commit a480acb into develop Jan 18, 2025
2 checks passed
@hyxklee hyxklee deleted the feat/#109/출석-상태-반환 branch January 18, 2025 06:14
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feat #109 출석 페이지 조회 시 내 출석 상태 반환
3 participants