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

[Feature] #6 로그인 이벤트 발행하기 #7

Merged
merged 1 commit into from
May 9, 2024

Conversation

packdev937
Copy link
Contributor

@packdev937 packdev937 commented May 9, 2024

Description

로그인 이벤트 발행 후 출석 체크를 진행하는 기능을 개발했습니다

Issue Number

#6

Extra

AttendantJpaEntity를 추가하였습니다. 해당 테이블은 단순히 날짜 값과 이메일 (식별자) 값을 가지고 있으며, 두 쌍은 유니크 하게 관리됩니다.
해당 테이블을 참조함으로써 지정된 범위 내에 유저가 몇 번 출석 했는지 확인할 수 있습니다.

PR Type

  • 새로운 기능 추가
  • 버그 수정
  • CSS 등 사용자 UI 디자인 변경
  • 코드에 영향을 주지 않는 변경사항(오타 수정, 탭 사이즈 변경, 변수명 변경)
  • 코드 리팩토링
  • 주석 추가 및 수정
  • 문서 수정
  • 테스트 추가, 테스트 리팩토링
  • 빌드 부분 혹은 패키지 매니저 수정
  • 파일 혹은 폴더명 수정
  • 파일 혹은 폴더 삭제

PR Checklist

  • 커밋 메시지 컨벤션에 맞게 작성했습니다.
  • 변경 사항에 대한 테스트를 했습니다.(버그 수정/기능에 대한 테스트).

@packdev937 packdev937 linked an issue May 9, 2024 that may be closed by this pull request
3 tasks
@packdev937 packdev937 merged commit adb0927 into main May 9, 2024
1 check passed
@packdev937 packdev937 deleted the feature/6-login-event branch May 9, 2024 13:51
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.

[Feature] 로그인 이벤트 발행하기
1 participant