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: PR #11 코드 리뷰 반영 #29

Merged
merged 9 commits into from
Nov 6, 2024
Merged

feature: PR #11 코드 리뷰 반영 #29

merged 9 commits into from
Nov 6, 2024

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    565017f View commit details
    Browse the repository at this point in the history
  2. feat: ParticipantRepository 메소드 명 수정

    - findByVisitorMatch->findParticipantIdByWorkspaceId
    - existsById->isClickedById
    Lee-Dahyeon committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    7913adf View commit details
    Browse the repository at this point in the history
  3. feat:ParticipantService 예외 처리

    - Optional에 대한 orElseThrow처리
    Lee-Dahyeon committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    f5662d6 View commit details
    Browse the repository at this point in the history
  4. feat: WorkspaceRepository 어노테이션 추가

    - Modifying 추가
    Lee-Dahyeon committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    2a7c261 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. feat: UserRepository 추가

    - findByUid
    Lee-Dahyeon committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    1ab4923 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bacd534 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. feat: ParticipantRepository 수정

    - 기존의 JPQL에서 Data JPA를 사용하는 것으로 변경
    Lee-Dahyeon committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    1c77935 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5c4a23 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e6f17e6 View commit details
    Browse the repository at this point in the history