Skip to content

Refactor/#80/recipe list cache - #82

Merged
LURKS02 merged 4 commits into
developfrom
refactor/#80/recipe-list-cache
Sep 23, 2025
Merged

LURKS02 merged 4 commits into
developfrom
refactor/#80/recipe-list-cache

Conversation

@LURKS02

@LURKS02 LURKS02 commented Aug 5, 2025

Copy link
Copy Markdown
Contributor

연관 이슈


구현 내용

  • 레시피 리스트 로드 시 디스크 캐시된 데이터를 먼저 사용하도록 변경 (혹시 네트워크 상황이 느린 경우를 대비해서 구현했습니다!)
  • 1페이지만 불러오도록 설계 (이후에 페이지네이션은 그냥 네트워크 통신합니다..)
  • 레시피가 새롭게 추가되면 네트워크에서 다시 fetch하고 캐시에 다시 저장하도록 했습니다.

TODO

  • 실제로 네트워크 상황이 느린 환경을 가정하고 테스트도 해볼 예정입니다..!

논의 사항

  • 저번에 멘토님께서 네트워크가 느릴 상황을 대비해서 캐시된 데이터를 먼저 보여주고, 이후에 API 통신을 통해서 새로 데이터를 fetch 해오는 방법이 있다는 것을 말씀해주셔서 해본건데.. 이렇게 구현해도 되는지 모르겠습니다 🥹🥹

@LURKS02
LURKS02 requested review from acious and monibu1548 August 5, 2025 06:11
@LURKS02 LURKS02 self-assigned this Aug 5, 2025
@LURKS02
LURKS02 changed the base branch from develop to feature/#67/apply-live-api August 5, 2025 06:11
Base automatically changed from feature/#67/apply-live-api to develop September 23, 2025 06:45
@LURKS02
LURKS02 merged commit 50baf7a into develop Sep 23, 2025
@LURKS02
LURKS02 deleted the refactor/#80/recipe-list-cache branch September 23, 2025 06:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant