Feat: DashBoard 컴포넌트 추가#67
Open
seojin15 wants to merge 5 commits into
Open
Conversation
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.
📌 Summary
📚 Tasks
🔍 Describe
DashBoard.tsxuseDashBoardCardsQuery로 카드 목록을 조회하고, 섹션 제목인 대시보드, 전체보기 버튼, 카드 목록을 렌더링해요.
DashBoardCard.tsxapi 응답에서 내려오는 imageName을 기준으로 assets/images의 이미지와 매핑해 렌더링합니다.
getDashBoardCards.ts/api/dashboards로 대시보드 카드 목록을 요청하는 API 함수입니다.
useDashBoardCardsQuery.ts페이지나 섹션 컴포넌트는 mock 데이터를 직접 import하지 않고 이 훅을 통해 데이터를 가져오도록 했습니다.
mockDashBoardCards.ts실제 API 응답의 data 구조에 맞춘 mock 카드 데이터를 정의했습니다.
dashBoardHandler.tsmsw에서 GET /api/dashboards 요청을 가로채 mock 응답을 반환합니다.
👀 To Reviewer
📸 Screenshot