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

Feature/#126 - 주식 그래프 무한스크롤 구현 #335

Merged
merged 3 commits into from
Dec 2, 2024

Conversation

baegyeong
Copy link
Collaborator

close #126

✅ 작업 내용

  • 그래프를 이전으로 스크롤하면 해당 시점의 데이터를 불러오도록 설정
  • 스크롤 시 동일한 api 요청이 가는 문제 해결
  • 무한스크롤을 구현하지 않아 차트의 확대/이동 막았던 옵션을 해제 -> 이제 확대/이동 가능합니다!

📸 스크린샷(FE만)

result

📌 이슈 사항

구현하며 겪은 문제를 위키에 적어뒀습니다.

🔖 useInfiniteQuery를 사용한 그래프 무한스크롤 구현

🎫 사용자의 시점 변화 없는 그래프 스크롤 구현하기

🧪 수많은 그래프 데이터 요청을 어떻게 줄일까

😎 체크 사항

  • label 설정 확인
  • 브랜치 방향 확인

@baegyeong baegyeong added ✨feature 기능 개발 📪API 서버 API 통신 FE labels Dec 2, 2024
@baegyeong baegyeong requested a review from a team December 2, 2024 18:30
@baegyeong baegyeong self-assigned this Dec 2, 2024
Copy link
Collaborator

@xjfcnfw3 xjfcnfw3 left a comment

Choose a reason for hiding this comment

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

수고하셨습니다! 👍 한가지 궁금한게 있는데 다음 스크롤을 진행할 때 몇개의 데이터를 받나요?

@baegyeong
Copy link
Collaborator Author

수고하셨습니다! 👍 한가지 궁금한게 있는데 다음 스크롤을 진행할 때 몇개의 데이터를 받나요?

응답오는 데이터 그대로 100개씩 받습니다!

Copy link
Collaborator

@swkim12345 swkim12345 left a comment

Choose a reason for hiding this comment

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

우와 좋네요.. 수고하셨습니다!

@swkim12345 swkim12345 merged commit 3a6f432 into dev-fe Dec 2, 2024
@swkim12345 swkim12345 deleted the feature/#126 branch December 5, 2024 02:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📪API 서버 API 통신 FE ✨feature 기능 개발
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] - 3.2 사용자가 스크롤을 한다면 이전 데이터를 불러와서 보여준다.
3 participants