Closed hyesungoh closed 1 year ago
Compared against 62263dd8a245712975e6518d323247a5f41ab928
Route | Size (gzipped) | Diff |
---|---|---|
/template |
90.77 KB | -1.42 KB |
Dynamic import | Size (gzipped) | Diff |
---|---|---|
../components/route-home/category/CategorySection.tsx -> ./CategorySettingBottomSheet |
10.6 KB | +6.43 KB |
Latest commit: |
7bbd015
|
Status: | ✅ Deploy successful! |
Preview URL: | https://5ad8e90a.12-team3-web.pages.dev |
Branch Preview URL: | https://issue-161.12-team3-web.pages.dev |
Base: 98.60% // Head: 98.61% // Increases project coverage by +0.00%
:tada:
Coverage data is based on head (
7bbd015
) compared to base (62263dd
). Patch coverage: 100.00% of modified lines in pull request are covered.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
리뷰 이후에 빌드 안되는 문제 해결해서 머지할게요 !
현재 main에 작성된 내용과 변경점에 있어서 타입이 안맞는 이유때문에 빌드가 안되네요 !
🤔 해결하려는 문제가 무엇인가요?
close #162, close #161
사용자 카테고리 삭제
국지적으로 사용되고 있던
Graphic
type 과Category Kind
type🎉 어떻게 해결했나요?
국지적으로 사용되고 있던
Graphic
type을src/components/graphics/type
을 기준으로 통일했어요백엔드에서 사용되는
Category type
을Category Kind
라는 이름으로 대응했어요관련해서
Object.keys()
의 타입이string[]
이 되는 문제를 해결하고자objectKeys
유틸을 만들었어요사용자 카테고리에 대한 mutation을 담는
useUserCategoryMutation
hook을 만들었고 사용했어요📚 Attachment (Option)