-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: 포트폴리오의 이름 및 증권사 관련된 기능들을 디테일로 이전 * refactor: 메서드명 변경 * fix: 오타 수정 * feat: CookieDomainProvider 인터페이스 선언 및 구현클래스 추가 (#489) - 프로파일 환경별 도메인 이름을 제공하는 인터페이스 추가 * [fix] 테스트 컴파일 에러 해결 (#490) * feat: CookieDomainProvider 인터페이스 선언 및 구현클래스 추가 - 프로파일 환경별 도메인 이름을 제공하는 인터페이스 추가 * fix: 테스트 컴파일 에러 해결 * feat: PortfolioFinancial 임베딩 클래스 추가 및 테스트 추가 * test: 테스트 추가 * test: 예외케이스 테스트 추가 * feat: change 메서드 추가 * refactor: PortfolioFinancial 임베딩 클래스로 대체 * fix: 테스트 삭제 및 음수 조건 삭제 * feat: 음수가 아닌지 검증하는 검증문 추가 * feat: 포트폴리오 추가/수정 요청에서 예외 번역 처리 * test: 예외 연쇄 테스트 추가 * style: 불필요한 예외 클래스 삭제 * feat: 불필요한 생성자 제거 및 APiRequestException 추가 - ApiRequestException은 API 요청 실패시 사용할 수 있는 예외 * feat: 예외 연쇄할 수 있도록 throwable 인스턴스 전달 * feat: 포트폴리오 추가/수정 요청시 예외발생하면 연쇄되도록 처리 * feat: 예외 타입 변경 * docs: javadoc 문서 추가 * feat: 포트폴리오 디테일 매개변수 예외 추가 * feat: 포트폴리오 정보 관련 매개변수 예외 추가 * feat: active 메서드 호출하는 클라이언트의 매개변수 감소 * fix: 오타 수정 * feat: Equals 애노테이션 추가 * feat: 포트폴리오 알림 개인설정 임베딩 클래스 추가 * style: 사용하지 않는 코드 제거 * rename: 메서드명 변경 * feat: PortfolioCalculator 클래스 생성 및 calTotalGain 메서드 구현 * refactor: Portfolio 클래스의 calculateTotalGain 제거 * refactor: Portfolio 클래스 메서드 제거 - calculateTotalGainRate 메서드 제거 - PortfolioCalculator 클래스에 calTotalGainRate 메서드로 이동 * refactor: calculateDailyGain 메서드에 totalInvestement 매개변수 추가 * refactor: 투자배디 연간 배당율 계산 메서드의 매개변수 totalInvestment 추가 * refactor: isCashSufficientForPurchase 메서드 인수 증가 * refactor: isExeedBudgetByPurchasedAmount 메서드 매개변수 변경 * refactor: Portfolio.calculateTotalInvestmentAmount 메서드 제거 * refactor: totalAsset 인수로 변경 * refactor: calculateTotalCurrentValuation 메서드 제거 * refactor: createPieChart 메서드 매개변수 변경 * refactor: calculateTotalAsset 메서드 제거 * refactor: calBalance 메서드 개선 * refactor: createPortfolioGainHistory 메서드 개선 * refactor: calculateDailyGain 메서드 제거 및 calculator로 이전 * refactor: calculateCurrentMontlyDividend 메서드 제거 * refactor: calculateAnnualDividendYield 메서드 제거 * refactor: calculateMaximumLossRate 메서드 개선 * refactor: calculateTargetGainRate 메서드 개선 * refactor: calCashWeight 메서드 개선 * refactor: 파이 차트 생성 메서드 매개변수 개선 * refactor: 섹터 차트 메서드 개선 * refactor: 목표수익금액 도달 검사 메서드 개선 * refactor: 최대손실금액 도달 검사 메서드 개선 * refactor: 파이차트 생성 메서드를 Portfolio에서 PieChart로 이동 및 개선 * refactor: createPortfolioGainHistory를 PortfolioGainHistory 엔티티 객체로 이동 * fix: 돈이 충분한지 검사하는 메서드 버그 수정 - 잔고와 구매금액을 비교하도록 변경 * refactor: 변수 인라인 * comment: javadoc 추가 * feat: Portfolio의 createDividendChart 메서드를 DividendChart로 이동 * rename: 메서드명 변경 * refactor: 메서드 제거 * refactor: 전송 이력 확인 메서드 개선 - manager에서 시작하도록 변경 * refactor: 포트폴리오 목표수익금액 알림 활성화 변경 서비스 개선 * fix: 컴파일 오류 제거 * comment: javadoc 설명 추가 * refactor: 포트폴리오 최대손실금액 알림 활성화 변경 서비스 개선 * refactor: getter 메서드 이름 변경 * refactor: 섹터 차트 메서드 개선
- Loading branch information
1 parent
6c7b8f5
commit 7117e01
Showing
73 changed files
with
1,772 additions
and
645 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.