-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Feat] 주가리스트 창에 렌더링 되는 매도/매수호가 리스트 확장
- 주식주문 창 주가리스트의 매도/매수호가 개수가 너무 적다고 판단됨 (매도호가 5개 + 매수호가 5개 = 총 10개) - UX를 저해하는 요소라고 판단하여 fetching 해온 실제 호가를 바탕으로 약간의 더미 데이터 추가해주는 로직 생성 - 호가 간 가격차이 계산 후 매도/매수호가 더미데이터 각각 5개씩 추가하여 총 20개로 확장 - 더미 데이터로 설정한 가격으로는 거래가 불가하도록 설정해야하니, 더미로 추가한 호가 거래량은 0으로 설정 (선택해도 거래가 이루어지지 않음을 유저에게 인식) Issues #17
- Loading branch information
1 parent
d1e2375
commit 066327d
Showing
2 changed files
with
37 additions
and
20 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