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] 개인 포트폴리오 페이지 구현 #19

Open
9 tasks
sirloinbh opened this issue Aug 28, 2023 · 0 comments
Open
9 tasks

[FE] 개인 포트폴리오 페이지 구현 #19

sirloinbh opened this issue Aug 28, 2023 · 0 comments
Assignees
Labels
FE Front End

Comments

@sirloinbh
Copy link
Collaborator

개인 포트폴리오 페이지 구현

기능

  • 이름 및 메뉴창
  • 평가 수익금

종목별 목록

  • 로고
  • 이름
  • 종목 번호
  • 현재가
  • 등락율
  • 수익 원/%
  • 보유 총액/ 주식수

예상 작업 시간
10h

@sirloinbh sirloinbh self-assigned this Aug 28, 2023
@sirloinbh sirloinbh added the FE Front End label Aug 28, 2023
@sirloinbh sirloinbh added this to the Bare Minimum Requirement milestone Aug 28, 2023
sirloinbh pushed a commit that referenced this issue Sep 15, 2023
헤더와 개별 주식을 분리
검색기능 삭제
Issues #19
sirloinbh pushed a commit that referenced this issue Sep 15, 2023
useCompanyData 훅 생성
기업Id를 1부터 14까지 모두 삽입
세로 스크롤 구현
현재 이름이 관심목록인 것을 전체목록으로 정정 필요
Issues #19
sirloinbh pushed a commit that referenced this issue Sep 15, 2023
기존의 Watchlist 이름을 EntireList로 바꾸고, 전체목록으로 설정
주식 정보들의 배열을 정렬
스크롤 높이를 더 높게 수정
가격이 오르면 변동률과 변동가격을 빨간색으로, 내리면 파란색으로 보이게 설정
Issues #19
sirloinbh pushed a commit that referenced this issue Sep 15, 2023
각각의 폴더에 header, stockitem, list 파일 생성
메뉴 아이콘 클릭시 전체종목, 관심종목, 보유종목 버튼 생성
Issues #19
sirloinbh pushed a commit that referenced this issue Sep 15, 2023
로그아웃시 기능불가
검색창 컴포넌트를 삽입시켜서 검색한 종목을 리스트에 추가
리스트를 스택형태로 구현하여 이미 검색한 종목을 리스트에 저장
검색 후 중앙 차트 변경
Issues #19
sirloinbh pushed a commit that referenced this issue Sep 15, 2023
소셜로그인 기능을 pull 한 후 충돌 해결
Issues #19
sirloinbh pushed a commit that referenced this issue Sep 15, 2023
주식 정보 api와 보유주식 정보 api를 hook으로 호출
보유종목에서 위는 주식정보, 아래는 보유주식 정보를 출력
기업로고 대신 스톡홀름 로고로 대체
Issues #19
sirloinbh pushed a commit that referenced this issue Sep 15, 2023
전체종목을 보여줄 때는 현금 보유량을 표기
관심종목을 보여줄 때는 검색창을 표기
보유종복을 보여줄 때는 평가 수익금을 표기
메뉴아이콘 및 표기되는 사항들 정렬
Issues #19
sirloinbh pushed a commit that referenced this issue Sep 16, 2023
평가 수익금을 계산할 때 초깃값을 0으로 설정
Issues #19
novice1993 added a commit that referenced this issue Sep 16, 2023
- 좌측 전체종목 관련 레이아웃 오류 수정

Issues #19
sirloinbh pushed a commit that referenced this issue Sep 16, 2023
주식 목록의 높이를 반응형으로 수정
스크롤이 어느 해상도에서든 프레임을 초과 하지 않도록 수정
Issues #19
sirloinbh pushed a commit that referenced this issue Sep 17, 2023
삼성전자만 보이는 에러 해결
companyId가 매칭되는 것을 보여주는 기능 구현
Issues #19
sirloinbh pushed a commit that referenced this issue Sep 17, 2023
전체종목, 관심종목에서 글씨 크기 수정, 글씨 색 수정
호버 시 하나의 아이템에서 변동률/변동가격 변화가 일어나도록 수정
가로선 위치 수정
메뉴 버튼 디자인을 밝고 크게 수정
Issues #19
sirloinbh pushed a commit that referenced this issue Sep 17, 2023
sirloinbh pushed a commit that referenced this issue Sep 19, 2023
useGetstars, usePosrstars, useDeletestars 훅을 생성.
전체종목과 보유종목에서 종목에 마우스 호버 시 별표 아이콘 보임
별표 아이콘을 누르면 post요청 또는 delete요청
관심종목에서는 get요청을 보내서 데이터를 받아옴
관심종목에서 종목에 마우스 호버 시 삭제 아이콘 보임
삭제 아이콘을 누르면 delete요청
서버와 데이터 통신 문제가 발생하여 미완성
Isseus #19
sirloinbh pushed a commit that referenced this issue Sep 19, 2023
sirloinbh pushed a commit that referenced this issue Sep 19, 2023
get/post/delete 요청 버그 해결
자동렌더링은 미구현
Issues #19
sirloinbh pushed a commit that referenced this issue Sep 19, 2023
확인결과 관심종목 delete 시 자동렌더링이 되지 않아 리셋
Issues #19
sirloinbh pushed a commit that referenced this issue Sep 19, 2023
sirloinbh pushed a commit that referenced this issue Sep 19, 2023
빨간색, 파란색을 더 부드러운 색상으로 변경
Issues #19
sirloinbh pushed a commit that referenced this issue Sep 20, 2023
delete요청에서 전송이 성공했을 때 받던 json 삭제
Issues #19
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

No branches or pull requests

1 participant