-
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.
- BE 에서 받아오는 매도/매수호가 데이터 중 price 값이 0인 경우가 예외적으로 발생함 (한국투자증권 API를 기반으로 하여 BE 에서 수정 불가) - price가 0일 경우 주가리스트에 포함해서 유저에게 보여주는 의미가 없기 때문에 필터링 하여 제거하여, price가 0인 경우가 발생하면 총 호가 개수가 20개 미만으로 설정됨 (BE 에서 매수/매도호가 각각 10개씩 총 20개 데이터를 받아오지만, price가 0인 경우를 필터링 하여 제거하기 때문에) - 이러한 예외상황 발생하더라도 항상 주가 리스트에 호가가 총 20개 렌더링 될 수 있도록 FE에서 더미데이터 추가하는 로직 추가 (해당 더미 price 관련하여 거래량 0으로 설정하여, 유저가 해당 가격 지정하더로 거래가 불가함을 인지시킴 + 안내 메세지 띄워서 명확히 인식시킴) Issues #17
- Loading branch information
1 parent
54f2aa0
commit c8c8779
Showing
1 changed file
with
24 additions
and
6 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