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

[FE] 최종 데모데이 이후 발견된 버그들을 수정한다. #951

Merged
merged 7 commits into from
Nov 12, 2024

Conversation

healim01
Copy link
Contributor

@healim01 healim01 commented Nov 9, 2024

❗ Issue

✨ 구현한 기능

버그 수정 완료

  • 옵션 선택 리셋 안됨
  • 편집 후 뒤돌아갔을 때 리셋 안됨
  • 지하 층수 버그
  • 작성한 체크리스트 맥시멈 10개 버그

확인 불가한 오류,,

  • 주소 검색 창이 랜더 안되는 오류
  • 개월 수 입력서 버그 발생 (어떤 버그인지 파악안됨) -> 이부분이 피드백이 하나 나왔는데 정확히 무슨 오류인지 알수가 없네요,,,?

📢 논의하고 싶은 내용

🎸 기타

Copy link

github-actions bot commented Nov 9, 2024

Copy link
Contributor

@skiende74 skiende74 left a comment

Choose a reason for hiding this comment

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

수고하셨습니다 !

지하 층수 버그가 뭐였나요?

export const article = {
import { Article } from '@/types/article';

export const article: Article = {
Copy link
Contributor

Choose a reason for hiding this comment

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

타입챙겨주신거 좋네요

Comment on lines +27 to 30
const handleClickAddress = () => {
loadExternalScriptWithCallback('daumAddress', openPostcodeEmbed);
openModal();
};
Copy link
Contributor

@skiende74 skiende74 Nov 10, 2024

Choose a reason for hiding this comment

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

이건 주소모달 안떠서 새로고침해야 되던 에러를 잡은 건가요?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

네 혹시 랜더링 되기 전에 모달이 떠서 그런걸까 라는 생각에 진행했습니다만 사실 개발 환경에서는 모달 내에서 주소가 안뜬 적이 없어서 정확히 파악하기가 쉽지 않았네요..

Copy link
Contributor

Choose a reason for hiding this comment

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

이거 진짜 쉽지 않았을텐데 고생하셨습니다!!

@healim01
Copy link
Contributor Author

@skiende74 지하 층수 버그가 initalValue 가 바뀌더라도 드롭다운이 재랜더가 안되어서 문제더라구요! 내부에 useEffect 로 Inital 달라지면 변경해주게 작업해놨습니다~!

Copy link

Comment on lines +27 to 30
const handleClickAddress = () => {
loadExternalScriptWithCallback('daumAddress', openPostcodeEmbed);
openModal();
};
Copy link
Contributor

Choose a reason for hiding this comment

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

이거 진짜 쉽지 않았을텐데 고생하셨습니다!!

import roomInfoStore from '@/store/roomInfoStore';
import useSelectedOptionStore from '@/store/useSelectedOptionStore';

const useResetChecklist = () => {
Copy link
Contributor

Choose a reason for hiding this comment

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

훅만드신 거 잘하신 것 같습니다~!👍

@ooherin ooherin merged commit 88a1ace into dev-fe Nov 12, 2024
3 checks passed
@ooherin ooherin deleted the fix/939-bugs-after-final branch November 12, 2024 23:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants