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

유저 등급에 따른 포트폴리오 거래내역 조회 기능 & 포트폴리오 가격 업데이트 로직 변경 #116

Merged
merged 6 commits into from
Oct 20, 2023

Conversation

Rizingblare
Copy link
Member

기능 구현

  • 포트포리오 상세 조회 시, 접근한 유저의 등급에 따른 거래내역 조회
    차별화 기능 구현
  • Batch Update에서 Delete 후 Batch Insert로 변경

Bug Fix

  • 포트폴리오 추가 기능에 @transactional 어노테이션 추가
  • 기존의 포트폴리오 업데이트 객체 생성 시 변경 확인 로직 삭제

close #110

rizingblare added 6 commits October 19, 2023 22:41
- 포트포리오 상세 조회 시, 접근한 유저의 등급에 따른 거래내역 조회
  차별화 기능 구현
- 포트폴리오 추가 기능에 @transactional 어노테이션 추가
- 기존의 포트폴리오 업데이트 객체 생성 시 변경 확인 로직 삭제
- Batch Update에서 Delete 후 Batch Insert로 변경
- 유저 등급별 상세 조회 로직 변화에 따른 테스트 코드 수정
Copy link
Member

@1jeongg 1jeongg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다!! 👍👍

@1jeongg 1jeongg merged commit 882e78b into weekly Oct 20, 2023
1 check passed
@1jeongg 1jeongg deleted the feat/portfolio-jd branch November 27, 2023 16:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

유저 등급에 따른 포트폴리오 상세 조회
2 participants