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: 부원들 출석 정보 열람 기능 구현 #80

Merged
merged 9 commits into from
Aug 5, 2024

Commits on Aug 1, 2024

  1. feat: 관리자가 출석부를 가져오는 기능 구현

    feat: 관리자가 출석부를 가져오는 기능 구현
    gikhoon committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    d16d54d View commit details
    Browse the repository at this point in the history
  2. refactor: 출석 컨트롤러 API명 변경

    - member, admin으로 나누지 않고 하나로 통합
    - security 설정 변경
    - Controller 파일명 변경
    
    refactor: 출석 컨트롤러 API명 변경
    gikhoon committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    d2a74ad View commit details
    Browse the repository at this point in the history
  3. refactor: 출석 정보 기능을 다른 서비스로 분리

    - AdminService로 부터 출석기록 정보가 사용되는 부분을 RecordService로 분리
    gikhoon committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    b954494 View commit details
    Browse the repository at this point in the history
  4. feat: 출석 목록에 해당하는 멤버 정보 받는 방식 변경

    - 기존 멤버 하나씩 정보를 만드는 방식에서 활동 중인 회원 목록을 가져와 Map으로 만들게 변경
    
    feat: 출석 목록에 해당하는 멤버 정보 받는 방식 변경
    
    - 기존 멤버 하나씩 정보를 만드는 방식에서 활동 중인 회원 목록을 가져와 Map으로 만들게 변경
    gikhoon committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    e2d12d2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fb02f4c View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Configuration menu
    Copy the full SHA
    c102cc0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec7d59d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a59554 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ae74a32 View commit details
    Browse the repository at this point in the history