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

feat: 유저가 참여하고 있는 일정 리스트 조회 API의 반환 형식 수정 #74

Merged
merged 4 commits into from
May 23, 2023

Commits on May 2, 2023

  1. feat: 유저가 참여하고 있는 일정 리스트 조회 API의 반환 형식 수정

    - ScheduleResponseDto에 participants(해당 일정에 참여하는 참여자 이름 리스트) 추가
    yujung7768903 committed May 2, 2023
    Configuration menu
    Copy the full SHA
    a645a5e View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. fix: 일정 상세 조회 n + 1 문제 개선 및 조회 정보 추가

    * 일정 날짜도 조회 가능하도록 변경
    yujung7768903 committed May 23, 2023
    Configuration menu
    Copy the full SHA
    a5bad70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6f3457 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb6f512 View commit details
    Browse the repository at this point in the history