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

fix: 회원이 가지고 있는 만료되지 않은 쿠폰에 대한 브랜드 리스트 조회 API 개발 #17

Merged
merged 13 commits into from
Aug 4, 2023

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    e3517d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b147b5 View commit details
    Browse the repository at this point in the history
  3. refactor: Login Dto 위치 변경

    [before] dto/member
    [after] dto/auth
    versatile0010 committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    447a7d8 View commit details
    Browse the repository at this point in the history
  4. refactor: Member Dto 이름 변경

    - Http 메소드 + 도메인 + req/resp 형식으로 변경
    versatile0010 committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    506a209 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. feat: CouponItemRepository 메서드 추가

    - findByMemberIdOrderByStampCountAndCreatedDate 는 특정 회원이 가지고 있는 쿠폰을 1. 도장 개수 많은 순, 2. 생성시간이 빠른 순으로 조회.
    - findByMemberIdOrderByCreatedDateAndStampCount 는 특정 회원이 가지고 있는 쿠폰을 1. 생성시간이 빠른 순, 2. 도장 개수가 많은 순으로 조회.
    - findByMemberIdOrderByBrandName 는 특정 회원이 가지고 있는 쿠폰을 브랜드 이름으로 조회
    versatile0010 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    02a2500 View commit details
    Browse the repository at this point in the history
  2. feat: MemberDto 추가

    - 회원이 소유한 쿠폰의 브랜드 리스트 조회 API
    versatile0010 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    0adc20f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a769c64 View commit details
    Browse the repository at this point in the history
  4. feat: 회원이 소유한 쿠폰의 브랜드 리스트 조회 API

    - Controller 계층 개발
    versatile0010 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    6c0ed01 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    22b5140 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'main' of https://github.com/KUIT-Couphone/Couphone-Server

    … into feature/member
    
    # Conflicts:
    #	src/main/java/com/example/couphoneserver/repository/CouponItemRepository.java
    versatile0010 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    d33111b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f71b1dd View commit details
    Browse the repository at this point in the history
  8. feat: 쿠폰의 상태도 반환하도록 변경

    - { INACTIVE, ACTIVE }
    versatile0010 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    6a2e9c9 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. refactor: BrandDto

    versatile0010 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    874ccbb View commit details
    Browse the repository at this point in the history