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] 보유종목 구현 Dev client#19/watch list #114

Merged
merged 4 commits into from
Sep 16, 2023

Conversation

sirloinbh
Copy link
Collaborator

/stock/stockholds 에 get 요청을 보낸 후 데이터를 받아오는 훅 생성
위는 주식 정보, 아래는 개인 수익 구조로 구현
전체종목에서는 보유현금량, 관심종목에서는 검색창, 보유종목에서는 전체 수익량 보이도록 구현
레이아웃 및 디자인 수정
Issues #19

김병현 added 3 commits September 16, 2023 04:13
주식 정보 api와 보유주식 정보 api를 hook으로 호출
보유종목에서 위는 주식정보, 아래는 보유주식 정보를 출력
기업로고 대신 스톡홀름 로고로 대체
Issues #19
전체종목을 보여줄 때는 현금 보유량을 표기
관심종목을 보여줄 때는 검색창을 표기
보유종복을 보여줄 때는 평가 수익금을 표기
메뉴아이콘 및 표기되는 사항들 정렬
Issues #19
평가 수익금을 계산할 때 초깃값을 0으로 설정
Issues #19
@sirloinbh sirloinbh added the FE Front End label Sep 16, 2023
@sirloinbh sirloinbh added this to the Bare Minimum Requirement milestone Sep 16, 2023
@sirloinbh sirloinbh self-assigned this Sep 16, 2023
Copy link
Collaborator

@sinjw sinjw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

확인했습니다


// 서버에서 StockHolds 목록 fetch 하는 함수
const getStockHolds = async () => {
const token = localStorage.getItem('Authorization'); // 로컬 스토리지에서 토큰 가져오기
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

로컬 스토리지에 토큰 저장하는 key 값은 Authorization으로 변경된 건가요?
다른 코드에서도 로컬 스토리지에 있는 액세스 토큰을 활용하기 때문에 이 부분을 확실히 정해서 공유해주셔야 할 것 같습니다

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

accessToken 이라는 값으로 통일해서 다시 push 해주시면 감사하겠습니다-!

엑세스 토큰의 변수명 ->accessToken
리프레시 토큰의 변수명 ->refreshToken
전체 파일에 있는 모든 토큰 명을 변환
Issues #15
@sirloinbh
Copy link
Collaborator Author

토큰 변수명 통일했습니다. 다시 확인해주세요

Copy link
Contributor

@novice1993 novice1993 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

확인 완료했습니다

@sirloinbh sirloinbh merged commit 0fe0f3a into dev-client Sep 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FE Front End
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants