Merged
Conversation
added 2 commits
February 20, 2026 09:29
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.
#️⃣ Issue Number
#407
📝 요약(Summary) (선택)
next.config.ts
next/image 허용 도메인에 k.kakaocdn.net(http, https) 추가.
목적: next-image-unconfigured-host 에러 해결.
homeHooks.ts
useRecommendedNotice에 세션 키(home-recommended-fetched:*) 로직 추가해서 최초 1회 조회 제어.
queryKey에 userName 포함, enabled/staleTime/gcTime 설정 추가.
조회 성공 시 sessionStorage.setItem(..., "query") 저장.
index.ts
ActionCardList export 경로를 homeAction/homeActionCardList로 변경.
homeActionCardList.tsx
기존 인라인 카드 UI 제거하고 PinpointStandard, QualificationDiagnosis 컴포넌트 조합 구조로 리팩터링.
pinpointStandard.tsx
신규 카드 컴포넌트 생성. useNoticeCount로 핀포인트 기준 건수 표시.
현재 불필요 import와 console.log(count)가 남아있음(정리 필요).
qualificationdiagnosis.tsx
신규 카드 컴포넌트 생성. useRecommendedNotice 결과의 totalCount 표시.