Skip to content

[refactor, feat] #7 추천 결과 페이지 API 관련 작업#8

Merged
hyeonjiroh merged 7 commits intomainfrom
refactor/#7/recommend-page
Jul 7, 2025
Merged

[refactor, feat] #7 추천 결과 페이지 API 관련 작업#8
hyeonjiroh merged 7 commits intomainfrom
refactor/#7/recommend-page

Conversation

@hyeonjiroh
Copy link
Copy Markdown
Contributor

🔗 이슈 번호

Closes #7


📋 작업 사항

  • API 함수 구현
    • fetchRecommendation : 사용자 설문 결과 요청
    • updateSatisfactionScore : 사용자 설문 결과 만족도 반영 요청
  • 추천 결과 데이터 불러오는 동안 로딩 화면 표시되도록 변경

@hyeonjiroh hyeonjiroh self-assigned this Jul 7, 2025
@github-actions
Copy link
Copy Markdown

github-actions bot commented Jul 7, 2025

Preview Deployment
🔗 https://saegil-r6z4g3lit-hyeonjirohs-projects.vercel.app

interface UseSurveyProps {
type: "onboarding" | "todayMood";
routing: (page: string) => void;
routing?: (page: string) => void;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이거 무슨 문법이더라...

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

optional type이요! routing을 prop으로 전달해줘도 되고, 안해줘도 될 때의 타입입니다

@hyeonjiroh hyeonjiroh merged commit 909e97d into main Jul 7, 2025
1 check passed
@hyeonjiroh hyeonjiroh deleted the refactor/#7/recommend-page branch July 7, 2025 17:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[refactor, feat] 추천 결과 페이지 API 관련 작업

2 participants