Conversation
style:핀하우스 home / 텍스트 Color 변경
feat:바텀 시트 포지션 정리 / 해당 컴포넌트 공통 훅으로 분리
feat 바텀 시트 포지션 정리 / 해당 컴포넌트 공통 훅으로 분리
fix:바텀 시트 포지션 정리 / 글로벌 렌더링에 종속 되지 않고 시트가 뷰포트 기준으로 포지션이 잡힘
fix:바텀 시트 포지션 정리 / 글로벌 렌더링에 종속 되지 않고 시트가 뷰포트 기준으로 포지션이 잡힘
- app 라우트는 위젯 한 개만 렌더하도록 축소 (MypageSection, SettingsSection, ProfileSection, WithdrawSection, PinpointsSection) - 레이아웃·비즈니스 로직은 src/widgets/mypageSection/ui/*Section.tsx 로 이전 - 문구·라벨은 src/features/mypage/model/mypageConstants.ts 로 통합 - 공용 LoadingState, ErrorState 컴포넌트 추가
[Feat] - 마이페이지 / 프로필 설정 후속 작업 필요
- 버튼+시트를 한 컴포넌트로 통합, 기존 eligibilityInfoButton.tsx 제거 - sheetContentType 'asset' | 'car' | 'house' 시 클릭하면 바텀시트 오픈 - decision tree: 해당 infoButton 6곳에 sheetContentType 추가
[Feat] - 자격진단 / 정보 페이지 개발
- layout children 래퍼에 높이 전달
feat: 진단 결과 생성 로딩 화면 UI 개발
fix:공고리스트 시트 포지션 및 버튼 클릭시 라우터 이동 버그
refactor:공고상세조회 / 필터 시트 역할,책임 분리 작업
결과 화면 (/eligibility/result)
- EligibilityResultSection: 헤더(입력 정보 확인) + Banner + ResultList + 결과보기 버튼
- EligibilityResultBanner: 결과 배너 이미지 + "{{user}}님의 진단 결과입니다" + 부제
- EligibilityResultList: store 기반 결과 리스트 (성별/나이, 소득 등 10항목), shadow-result-card 적용
- eligibilityResultModel: getEligibilityResultListItems로 store → 표시용 리스트 변환 (모델에서만 처리)
- eligibilityConstants: 결과 화면 문구 상수 추가
진단 종료 플로우
- decision tree에서 diagnosisEnd 스텝 제거
- getNextStep이 "diagnosisEnd" 반환하던 4곳 → null 반환
- EligibilityNextButton: 마지막 단계에서 "결과 확인" 클릭 시 /eligibility/result 이동 (기존 diagnosisEnd 페이지 대체)
feat: 자격진단 결과(입력 정보 확인) 화면 및 진단 종료 시 결과 페이지 이동
fix:공고 리스트 / 공고 카드 섹션 / 시트 조정
- 모달: 모바일 프레임 내부 렌더 옵션, 300px대·버튼 140px, X 버튼 플래그 - 홈: 자격진단 기준 N건(totalElements), 100%/0% 완료 표시 - 마이페이지: 자격진단 하러가기 확인 모달, 핀 보고서 결과 유무별 카드/빈 상태 - 자격진단 입력 완료 - 로딩 - 결과 임시 화면 개발 완료 - 자격진단 V2/API 연동 완료 - 기존 자격진단 결과 있는 경우 modal 출력하도록 개발 완료
feat: 자격진단 API 연동 완료
feat: 자격진단 핀 보고서 결과 화면(마이페이지,자격진단) 개발 완료
fix:핀하우스 Home / 자격진단 및 마이페이지
refactor:homeActionCardList 이전 커밋으로 롤백
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
#411