Skip to content

fix(mindrecord): 홈 데일리질문 카드 날짜 하드코딩(2026.04.10) 제거 #397

Description

@1hyok

📜 Overview (Required)

증상: 홈 화면 상단 TODAY'S QUESTION 카드의 날짜가 항상 2026.04.10으로 표시됩니다(실제 오늘 날짜와 무관).

원인: feature/mindrecord/presentation/src/main/kotlin/com/afternote/feature/mindrecord/presentation/component/TodayQuestionCard.ktdateText 파라미터 기본값이 문자열 "2026.04.10"으로 하드코딩되어 있습니다. 홈(HomeTabScreen)이 이 카드를 인자 없이 호출하여 고정값이 그대로 노출됩니다. 관련 서버 API 호출은 없습니다(질문 텍스트도 mindrecord_daily_question_default_today 기본값 사용 — 더미인지 함께 확인 필요).

수정 방향: 실제 날짜(LocalDate.now() 포맷) 또는 서버 데이터 연동으로 교체.

📍 Note (Optional)

에뮬레이터 실모드 QA 중 1hyok이 발견했으나 feature/mindrecord 파트라 담당자에게 이관합니다. (홈은 이 카드를 표시만 하며 날짜 기본값은 mindrecord 컴포넌트 소유)

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No fields configured for Bug.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions