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

[FE] feature-fe-#112 차트 실시간 데이터 등락 표시 #118

Merged
merged 59 commits into from
Nov 26, 2024

Conversation

qwer0114
Copy link
Collaborator

@qwer0114 qwer0114 commented Nov 26, 2024

✅ 작업 내용

  • Cloeses [FE] 차트 실시간 등락 구현 #112
  • 차트 실시간 가격 등락 반영
    • 차트 주요 로직 커스텀 훅으로 분리
  • util 파일 폴더 분리
  • 매수, 매도 시 가격 소수점 입력 가능하게 수정

📸 스크린샷(FE만)

default.mp4

📌 이슈 사항

  • 차트 실시간 등락 구현 로직은 시간상 개발에 집중한 뒤 아직 개발 일지를 작성하지 못했습니다. 추후 작성할 예정이니 양해 부탁드립니다
  • 차트의 실시간 등락은 현재가와 마지막 캔들의 데이터를 기준으로 그리고 있으며 현재가와 마지막 캔들의 데이터를 비교하여 차트의 등락을 표시해주고 있습니다.
  • 이후 만약 1 분봉으로 조회를 하고 있다면 1분 동안 마지막 차트에서 등락을 표기한 뒤 새로운 캔들을 그리기 위해 api를 다시 호출하고 마지막 캔들을 갱신하여 캔들을 그리고 있는 로직입니다(모든 시간대의 캔들 차트에 동일)

🟢 완료 조건

✍ 궁금한 점

@qwer0114 qwer0114 requested a review from junhee1203 November 26, 2024 09:10
@qwer0114 qwer0114 self-assigned this Nov 26, 2024
@qwer0114 qwer0114 added 💡feat 기능 구현 이슈 ⚛️ frontend 프론트엔드 이슈 labels Nov 26, 2024
@qwer0114 qwer0114 added this to the 코인 Trade View milestone Nov 26, 2024
@qwer0114 qwer0114 linked an issue Nov 26, 2024 that may be closed by this pull request
3 tasks
@qwer0114 qwer0114 merged commit 6d81063 into dev-fe Nov 26, 2024
@qwer0114 qwer0114 deleted the feature-fe-#112 branch November 27, 2024 00:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💡feat 기능 구현 이슈 ⚛️ frontend 프론트엔드 이슈
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FE] 차트 실시간 등락 구현
3 participants