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: 세션 사진 수 증가 #47

Merged
merged 22 commits into from
Jul 9, 2024

Commits on Jun 28, 2024

  1. feat(session): 세션 사진 갯수 증가에 따른 테이블 생성

    - SessionPhoto 테이블을 Session과 양방향 매핑으로 구축
    gikhoon committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    0a63381 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ac6c24 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c71ca3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9f43414 View commit details
    Browse the repository at this point in the history
  5. feat: 세션 사진 순서 수정 시 예외 처리 추가

    - 순서가 0 이하거나 총 저장 사진보다 클 경우 예외 발생
    gikhoon committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    d724646 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    27ae182 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62e80b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb4a984 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a8b91b2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e51336c View commit details
    Browse the repository at this point in the history
  6. feat(Session): 세션 수정 기능 수정

    - 사진 수정 로직 삭제
    gikhoon committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    89f3fad View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5bd360a View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. refactor: 사진 갯수 증가 관련 기존 API 삭제

    - /description -> /update로 통합
    - /update/photo -> POST DELETE /photo로 분화
    gikhoon committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    a7a1968 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1e91fd View commit details
    Browse the repository at this point in the history
  3. feat: 세션 추가시 사진 검증 로직 추가

    - null, empty인지 판단하는 로직 추가
    gikhoon committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    9c61967 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2419d03 View commit details
    Browse the repository at this point in the history
  5. feat: 사진 순서 변경 시 검증 로직 추가

    - 중복된 순서가 있는지 확인
    gikhoon committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    433f077 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    89d402b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e36b434 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    1c7525d View commit details
    Browse the repository at this point in the history
  2. feat: 기존 세션 사진 항목 삭제

    - photoS3Info 삭제
    gikhoon committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    25d6952 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    4b8d3b4 View commit details
    Browse the repository at this point in the history