-
Notifications
You must be signed in to change notification settings - Fork 2
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
Migrate /common-space to react-hook-form #1202
Conversation
마지막 페이지에서 동아리 이름이 안 들어가는 것 같아요 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
api 문제로 secondFrame 내용을 못 봐서 수정 되면 마저 볼게요!
packages/web/src/features/common-space/frames/CommonSpaceNoticeFrame.tsx
Outdated
Show resolved
Hide resolved
...ages/web/src/features/common-space/frames/CommonSpaceInfoFrame/CommonSpaceInfoFirstFrame.tsx
Outdated
Show resolved
Hide resolved
...ges/web/src/features/common-space/frames/CommonSpaceInfoFrame/CommonSpaceInfoSecondFrame.tsx
Show resolved
Hide resolved
요것두 해결했습니다! 감사합니다ㅎㅎㅎ |
11/20 19:36 기준 phoneInput disabled 문제는 현재 third frame에서 마지막에 예약 내역 조회를 할 때 유저의 전화번호를 폼에서 가져오는 게 아니라 디비에서 가져옵니다 그래서 disabled로 막아놓게 하는 것 같아요 (그냥 디비에서 불러온 걸로 쓰도록) 그리고 third frame에 동아리 이름 반영 안 되는 거 + 마지막에 예약 내역 조회할때 지금까지 선택한 거 다 반영되게 하는거 완료했습니다! API만 확인하면 될 것 같아요ㅎㅎ 감사합니닷! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
대충 코멘트에 적은 거 읽어보면 좋을듯! 글구 리뷰 rerequest 해줭~
...ges/web/src/features/common-space/frames/CommonSpaceInfoFrame/CommonSpaceInfoSecondFrame.tsx
Outdated
Show resolved
Hide resolved
...ages/web/src/features/common-space/frames/CommonSpaceInfoFrame/CommonSpaceInfoThirdFrame.tsx
Outdated
Show resolved
Hide resolved
...ages/web/src/features/common-space/frames/CommonSpaceInfoFrame/CommonSpaceInfoThirdFrame.tsx
Outdated
Show resolved
Hide resolved
packages/web/src/features/common-space/frames/CommonSpaceInfoFrame/index.tsx
Outdated
Show resolved
Hide resolved
packages/web/src/features/common-space/frames/CommonSpaceMainFrame.tsx
Outdated
Show resolved
Hide resolved
11/20 수 22:56 일단 getCommonSpaces 파싱 제거 -> 2번째 프레임에서 에러 나는 건 없어진 것 같아요 |
자자 마지막 업데이트!! 결과적으로 마지막 제출 안 되는 건 백 문제였어요 (데브 디비에 경우에 해당하는 row가 없어서 불러오는 게 없었음)
Outdated. 밑의 comment 봐 주세요! 감사합니다아아 |
허허허 진짜진짜 마지막 Update common-space-controller 코드를 GetStudent에서 가져온 user.studentId를 쓰도록 했더니 굉장히 잘 됩니다 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
오! 오! 오! 잘 된당
백엔드 고친거 그냥 같이 머지하면 될 것 같구
후속 작업으로 몇 개만 더 부탁을 하자면.......
- 마지막 페이지에서 "다음" 버튼 "신청" 버튼으로 바꾸기
- 마지막 페이지 "신청" 버튼 누르면 요 모달 띄우고 "확인" 버튼 누르면 "마이페이지"로 redirect 시키기
- console에서 나는 에러 고치기
그러구 나서 쭉 QA 돌아보면 되겠다! 짱이야 짱
2024-11-26.2.25.38.mov오예 다 고쳤어여! 바로 머지해도 되려나.. 무서우니까 하루 기다리기 |
요약 *
It closes #1199
공용공간 비정기사용 신청 폼을 리액트 훅 폼으로 마이그레이션!
마이그레이션 자체 외의 주요 변경 사항
- SecondFrame에서 모달을 닫을 시, (onConfirm) dateTimeRange를 undefined로 초기화하는 코드 삽입스크린샷
2024-11-19.2.46.24.mov
이후 Task *