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

[feat] 포트폴리오 차트 API 수정 #389

Merged
merged 2 commits into from
Jun 25, 2024
Merged

Commits on Jun 25, 2024

  1. #386 test: 액세스 토큰 갱신 테스트 코드 문제 해결

    - redis에 액세스 토큰에 대한 로그아웃한 기록 존재한 것이 원인
    - Date 타입 객체의 toInstant() 호출시 UTC 기준으로 반환된 것이 문제
    yonghwankim-dev committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    6a6cbcf View commit details
    Browse the repository at this point in the history
  2. #386 feat: 차트 조회시 포트폴리오 디테일 프로퍼티 추가

    - 포트폴리오 디테일 프로퍼티에는 등록번호(id), 증권사(securitiesFirm), 이름(name)이 포함되어 있습니다.
    - 추가 이유 : 프론트 모바일 환경에서 차트 조회시 포트폴리오에 대한 디테일 정보가 필요하기 때문
    yonghwankim-dev committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    06d6e05 View commit details
    Browse the repository at this point in the history