동아리 저장 기능 구현#61
Merged
Merged
Conversation
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Add a heart button to each club card that saves/unsaves a club with debounced, optimistic React Query cache updates and rollback on failure. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Invalidate clubs, searchClubs, and savedClubs queries on login success so saved state reflects the logged-in user, and reset the onSuccess ref when the login sheet is dismissed to avoid firing a stale callback later. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
작업 내용
동아리 목록과저장된 동아리 목록을 전부 가져와서 filter하는 로직을, 애초부터 서버가isSaved를 함께 내려오도록 수정(동아리 저장 기능 구현 allclear-web#70)useSaveClub.ts훅 구현. ClubList 및 동아리 상세 페이지에서 사용 예정club.ts의 모든 api endpoint v1 -> v2로 수정변경 이유
테스트한 내용
체크