-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: api 호출 개선 : 지출 내역 과정 (#923)
* refactor: 지출 추가할 때 invalidate queries 남용으로 인해 불필요한 api 호출했던 현상을 개선 * feat: 인원 추가되는 상황에서 post bill이 호출된 후에 all members 무효화 * refactor: post members에 all members invalidate 옮기는 것으로 수정 * style: 불필요한 import 제거 * style: success 오타 수정 * refactor: 지출내역 수정과 상세 수정은 현재 인원을 변동시키지 않으므로 current invalidate 제거 * refactor: 지출내역 삭제할 때는 다시 지출내역 상세를 확인할 수 없으므로 캐시데이터 삭제 * fix: invalidate queries querykey에 event id 추가 * fix: invalidate queries의 query key event id 추가 * style: 주석 오타 수정
- Loading branch information
1 parent
cf4427c
commit c38d92f
Showing
6 changed files
with
24 additions
and
21 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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