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

[BTS-11] 클레이튼 시세 차트, 마이페이지, axios 기본 설정 #17

Open
10 of 12 tasks
yurim22 opened this issue Sep 23, 2021 · 0 comments
Open
10 of 12 tasks
Assignees

Comments

@yurim22
Copy link
Member

yurim22 commented Sep 23, 2021

📝 작업 내용

클레이튼 시세차트 생성, 마이페이지, axios통신 기본 설정

🚩 작업기간

09.23일 ~ 28일

📍 클레이튼 시세차트 생성

  • 메인 페이지 로딩 시 클레이튼 시세 정보 및 차트 생성
  • 클레이튼 시세 정보 데이터통신을 위한 reducer, saga 생성
  • 클레이튼 시세 정보 화면에 표시
  • 클레이튼 시세 차트 화면에 표시 => trading view 활용
    - 참고 : https://github.com/tradingview/lightweight-charts

📍 마이페이지

  • 지갑 생성 api 호출
    - 지갑 관련 saga, reducer 생성 => user파일 안에 생성
  • 사용자 프로필 사진 변경
    - 사용자 정보 변경
  • 각 탭에 맞는 데이터 호출
    - 내가 등록한 작품
    - 내가 구매한 작품
    - 좋아요한 작품
  • 각 카드아이템에 대해 상세페이지 url 연결
  • 내가 구매한 작품에 대해서는 상세페이지 버튼 형식 변경(구매 확정 text 들어가야함)

📍 axios 통신 기본 설정

  • axios-interceptor 추가
    - base url 및 header authentication 정보 넣어 axios setting
  • axios통신이 필요한 곳에 import { instance } from 'utils/axiosUtils'; 불러옴
  • axios 대신 instance 를 쓴다고 생각하여 `instance.get('/test') 이런식으로 작성 ( ❌'axios.get('test')' 아님!❌)
@yurim22 yurim22 changed the title [BTS-11] 클레이튼 시세 차트 생성 [BTS-11] 클레이튼 시세 차트 생성 및 axios-interceptor setting Sep 23, 2021
@yurim22 yurim22 self-assigned this Sep 24, 2021
@yurim22 yurim22 changed the title [BTS-11] 클레이튼 시세 차트 생성 및 axios-interceptor setting [BTS-11] 클레이튼 시세 차트, 작품 업로드, axios 기본 설정 Sep 26, 2021
@yurim22 yurim22 changed the title [BTS-11] 클레이튼 시세 차트, 작품 업로드, axios 기본 설정 [BTS-11] 클레이튼 시세 차트, 마이페이지, axios 기본 설정 Sep 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant