Skip to content

Comments

fix:핀하우스 Home / 자격진단 및 마이페이지#408

Merged
kyungchan3007 merged 2 commits intodevelopfrom
fix/#407
Feb 20, 2026
Merged

fix:핀하우스 Home / 자격진단 및 마이페이지#408
kyungchan3007 merged 2 commits intodevelopfrom
fix/#407

Conversation

@kyungchan3007
Copy link
Collaborator

#️⃣ 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 표시.



@kyungchan3007 kyungchan3007 self-assigned this Feb 20, 2026
@kyungchan3007 kyungchan3007 added the Fix Bug 발생 후 해당 버그 해결 작업 상황을 알려주세요 label Feb 20, 2026
@kyungchan3007 kyungchan3007 linked an issue Feb 20, 2026 that may be closed by this pull request
@kyungchan3007 kyungchan3007 merged commit b923a99 into develop Feb 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Fix Bug 발생 후 해당 버그 해결 작업 상황을 알려주세요

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Fix] - 핀하우스 Home / 자격진단 및 마이페이지

1 participant