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: 세션 등록 시 출석 정보 등록 및 출석 정보 수정 기능 구현 #77

Merged
merged 7 commits into from
Aug 1, 2024

Commits on Jul 31, 2024

  1. feat: 출석 관리 기능, 구조 기본 설정

    - 컨트롤러, 서비스, 레파지토리 디렉토리, 파일 생성
    gikhoon committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    634ed08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f286a2 View commit details
    Browse the repository at this point in the history
  3. feat: 출석 시간 관련 DTO 수정

    - sessionDate, attendanceDeadLine Not Nullable
    - 출석 시간 JsonFormat 수정
    gikhoon committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    d2847f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b8303c5 View commit details
    Browse the repository at this point in the history
  5. feat: 세션 출석 관리자 API 시큐리티 설정

    - ADMIN만 접근 가능
    gikhoon committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    832bf13 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    f804fda View commit details
    Browse the repository at this point in the history
  2. feat: 세션 출석 기한 유효성 방식 변경

    - 기존 NotNull에서 Compact생성자로 디폴트 값 방식으로 변경
    gikhoon committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    5a2fe5c View commit details
    Browse the repository at this point in the history