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

[REFACTOR] API 호출 횟수 최적화 #81

Open
3 tasks
DongChyeon opened this issue Jun 18, 2024 · 0 comments
Open
3 tasks

[REFACTOR] API 호출 횟수 최적화 #81

DongChyeon opened this issue Jun 18, 2024 · 0 comments
Assignees
Labels
refactor 기능 리팩토링

Comments

@DongChyeon
Copy link
Member

API 호출 횟수 최적화

  • 탭 화면 이동시마다 API 재호출 방지 (노트 작성 같은 필수적인 상황에서만 새로고침)
  • 노트의 갯수와 노트 목록을 한 API 호출에 해결하기 위한 Pagination 로직 구현 (기존 사용하던 Paging3 제거)
  • 사용자가 임의로 새로고침할 수 있는 수단을 제공하기 위한 풀 투 리프레시 기능 구현
@DongChyeon DongChyeon added the refactor 기능 리팩토링 label Jun 18, 2024
@DongChyeon DongChyeon self-assigned this Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor 기능 리팩토링
Projects
None yet
Development

No branches or pull requests

1 participant