Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT-3] 사용자의 질문을 입력할 수 있는 input 기능 구현 #7

Merged
merged 6 commits into from
Jan 25, 2025

Conversation

qwer0114
Copy link
Contributor

📝 PR 내용

  • 사용자의 질문 입력 후 질문에 대한 답변을 반환하는 기능 추가

✅ 작업 내용

  • input 창에서 submit 이벤트 작동 시 직접 api 호출을 하는 방식이 아닌 step을 "상세전형 질문 결과"로 변경해주어 QuestionResult 에서 api 를 호출하는 방식으로 구현했습니다
    • 이미 QuestionResult 컴포넌트에서 post question api 요청을 사용하고 있기에 중복된 코드를 작성하는것 보다 step을 바꿔서 api 호출을 위임하는 방식이 조금 더 적절하다고 생각했습니다.

📸 스크린 샷 / 영상 (선택)

-.Clipchamp.28.mp4

🔗 연관 이슈

Copy link

vercel bot commented Jan 22, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
maru-egg-fe-v2-client ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 22, 2025 11:09am

@qwer0114 qwer0114 requested a review from swgvenghy January 22, 2025 11:09
Copy link

🚀 Storybook 링크: https://6789e91d8356b60e6b422469-olgmliqgib.chromatic.com/

@swgvenghy swgvenghy merged commit 156d856 into main Jan 25, 2025
4 of 5 checks passed
@qwer0114 qwer0114 deleted the feature-#3 branch January 25, 2025 08:39
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.

[FEAT] - 질문을 입력할 수 있는 input 창 구현
2 participants