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

MVP1 Sprint 1 마무리에 따른 Develop -> Main Merge #125

Merged
merged 6 commits into from
Feb 21, 2024
Merged

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    b66d4d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d32d73 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a735e24 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    4988494 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18a9f08 View commit details
    Browse the repository at this point in the history
  3. [FEAT] 관심 있는 프로필 카드에 찔러보기 요청 생성 API, 찔러보기 요청 수, 상세 정보 조회 API 개발 (#124)

    * [FEAT] ProfileCard 도메인 관련 Custom Exception 클래스 구현
    
    * [FEAT] ProfileCard 도메인 관련 Repository 구현
    
    * [FEAT] 사용자가 보낸 찔러보기 요청 조회 응답 DTO 구현
    
    * [FEAT] 사용자가 받은 찔러보기 요청 응답 DTO 구현
    
    * [FEAT] 관심 있는 프로필 카드에 대한 찔러보기 요청 생성 DTO 구현
    
    * [FEAT] 관심 있는 프로필 카드에 대한 찔러보기 요청 생성 DTO 구현
    
    * [FEAT] 찔러보기 요청을 통해 사용 가능한 찔러보기 요청 수 차감 수정 로직 구현
    
    * [FEAT] 찔러보기 요청 관련 에러코드 작성
    
    * [FEAT] 불필요한 에러코드 제거
    
    * [FEAT] 찔러보기 요청 업데이트 로직 구현, 테이블 컬럼명 변경
    
    * [FEAT] 테이블 컬럼명 변경
    
    * [FEAT] userId를 이용해 프로필 카드를 조회하는 메서드 구현
    
    * [FEAT] 프로필 카드의 찔러보기 요청 수 업데이트 메서드 구현
    
    * [FEAT] 찔러보기 요청 생성 로직, 사용자가 받은 찔러보기 요청 수 조회 로직, 사용자가 보낸 찔러보기 요청 수, 요청 상세 정보 조회 로직 구현
    
    * [FEAT] queryDsl을 이용해 찔러보기 요청 수 조회, 요청 상세 정보 조회 기능 구현
    
    * [FEAT] 찔러보기 요청 생성 API, 찔러보기 요청 수 조회 API, 찔러보기 요청 상세 조회 API 구현
    
    * [FEAT] Swagger 작성, 관련 에러코드 작성
    
    * [REFACT] Controller 엔드포인트 수정, 메서드명 수정
    
    * [REFACT] ProfileCard Controller 별도 분리
    
    * [FEAT] 읽기전용 @transactional 어노테이션 추가
    
    * [FEAT] @Schema description 설명 추가
    JIN-076 authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    ece2405 View commit details
    Browse the repository at this point in the history