-
Notifications
You must be signed in to change notification settings - Fork 0
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
#42 feat: 출석일정 admin 도메인 구현 #43
Conversation
…성한 날짜 기준으로 캘린더에 표시됨
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.
좋은 코드 작성해주셔서 출석 api에서 출석 관련된 일정을 조회해올때 충돌없이 깔끔하게 조회 가능할거 같습니다 고생 많으셨습니다 !!
|
||
public class AttendanceEventTypeNotMatchException extends TypeNotMatchException{ | ||
public AttendanceEventTypeNotMatchException() {super("출석일정은 직접 수정할 수 없습니다.");} | ||
} |
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.
출석일정 직접 수정이 불가능하도록 상세하게 예외처리를 해준 부분이 좋습니다 !
return events.stream() | ||
.map(noticeMapper::toNoticeDto) | ||
.toList(); | ||
} |
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.
스트림의 사용을 통한 DTO 반환이 흥미로웠습니다 .toList();를 사용하여 리스트 형태로 반환하는거까지 가독성이 좋다고 생각했습니다 저도 DTO 반환시 참고하겠습니다
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.
LGTM (따봉)
1. 개발내용
2. 구현 세부사항
3. 메모