Skip to content

fix: 홈/알림 데이터 조회에 react-query 캐시 적용(#402) - #413

Merged
kcleverp merged 1 commit into
devfrom
fix/eve-hooks
Aug 12, 2026
Merged

fix: 홈/알림 데이터 조회에 react-query 캐시 적용(#402)#413
kcleverp merged 1 commit into
devfrom
fix/eve-hooks

Conversation

@ahnsyeon

Copy link
Copy Markdown
Collaborator

이슈

Closes #402

변경 사항

  • useHomeDashboard, useNotifications가 로컬 state + useEffect로만 데이터를 불러와 화면 이탈 후 재진입 시 매번 재요청하던 문제를 react-query로 수정
  • 홈의 프로젝트 목록은 워크스페이스 페이지와 같은 캐시 키(projectKeys.list())를 공유하도록 변경 — pin/삭제/나가기가 두 화면에서 동기화됨
  • 브리핑/오늘 일정은 queries/home.ts, 알림은 queries/notifications.ts로 분리해 캐시 키·mutation 관리

체크리스트

  • 셀프 리뷰 완료
  • 동작 확인

@ahnsyeon
ahnsyeon requested a review from kcleverp August 12, 2026 13:45
@ahnsyeon ahnsyeon self-assigned this Aug 12, 2026
@ahnsyeon ahnsyeon added the bug Something isn't working label Aug 12, 2026
@vercel

vercel Bot commented Aug 12, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
slate-to-fe Ready Ready Preview Aug 12, 2026 1:45pm

@kcleverp kcleverp left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

잘 구현하셨네요! Must/Should 수정건 없습니다.

@kcleverp
kcleverp merged commit 944bf0e into dev Aug 12, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants