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

유저, 포트폴리오 리팩토링 작업 #59

Merged
merged 16 commits into from
Oct 8, 2023
Merged

Commits on Oct 5, 2023

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

Commits on Oct 7, 2023

  1. Configuration menu
    Copy the full SHA
    3051e53 View commit details
    Browse the repository at this point in the history
  2. feat: user integrated in user layer

    - 상속 관계(single table)를 이용하여 couple과 planner 테이블을 user 테이블로 통합
    - SQLDelete를 사용하여 soft delete로 변경
    1jeongg committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    ca955ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44f2e1a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c30af6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dbdc3b1 View commit details
    Browse the repository at this point in the history
  6. feat: payment api implement

    - 결제 검증
    - 결제 정보 저장
    - 유저 업그레이드
    1jeongg committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    ea487c4 View commit details
    Browse the repository at this point in the history
  7. refactor: change userId and payment_amount int type to long type

    - user의 필드인 id와 payed_amount를 Long 타입으로 변경
    1jeongg committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    fa34b85 View commit details
    Browse the repository at this point in the history
  8. remove: validationHandler file

    - validation 검증은 GlobalExceptionHandler에서 진행
    1jeongg committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    697bee1 View commit details
    Browse the repository at this point in the history
  9. feat: add userId when getting UserInfo

    - 유저 조회 API에서 userId 추가됨
    1jeongg committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    29d047d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4290da4 View commit details
    Browse the repository at this point in the history
  11. fix: resource Path wrong

    - 이미지 불러오는 경로가 잘못됨
    1jeongg committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    57c982d View commit details
    Browse the repository at this point in the history
  12. Merge pull request #45 from 1jeongg/feature/user-base-entity-wj

    유저 통합 및 Soft Delete 적용
    Rizingblare authored Oct 7, 2023
    Configuration menu
    Copy the full SHA
    4ff528a View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2023

  1. refactor: updatePortfolio logic and ImageService logic

    - 멘토님 코드 리뷰 기반 리팩토링
    - 포트폴리오 수정 시 update 메서드 대신 새 객체 생성
    - 이미지 처리 로직에서 공통 기능을 별도 메서드로 추출
    - 예외 처리 및 이미지 저장 방식 수정
    rizingblare committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    42db126 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #57 from Step3-kakao-tech-campus/feat/portfolio-jd

    리팩토링: 포트폴리오 수정 및 이미지 처리
    1jeongg authored Oct 8, 2023
    Configuration menu
    Copy the full SHA
    bde3283 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9e06a5 View commit details
    Browse the repository at this point in the history