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

Member와 Product 프로필 사용 시 OOM 발생 위험성 #198

Merged
merged 4 commits into from
Aug 13, 2024

Commits on Aug 13, 2024

  1. feat: 엔티티 재정의

    - 프로필 정보를 따로 담는 엔티티를 삭제하고 Product, Member, Auction 엔티티 내에 필드를 추가
    - 엔티티 생성 시 파일로 저장될 프로필의 파일명은 UUID 형식으로 지정됨
    JadeKim042386 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    e2bd362 View commit details
    Browse the repository at this point in the history
  2. feat: 회원가입과 상품 추가/수정 로직 수정

    - 회원가입 시 따로 프로필 저장하는 로직 삭제
    - 상품 추가/수정 시 공통된 메소드를 호출하여 프로필 정보를 담는 파일을 추가 및 덮어쓰도록 하고, 이때 fastapi 서버에서의 수정사항에 따라  넘기는 값 중 product_id -> file_name으로 변경
    JadeKim042386 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    0ec48e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00a9488 View commit details
    Browse the repository at this point in the history
  4. chore: DB 테이블 재정의

    - Profile 관련 테이블을 삭제하고 Product, Auction, Member 테이블 수정
    - 테스트 데이터 수정
    JadeKim042386 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    f408fcf View commit details
    Browse the repository at this point in the history