-
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
feat: 마이페이지 내정보 및 수정 api 연동 #416
Conversation
…ge-frontend into #399_mypage-api # Conflicts: # src/pages/mypage/myPosts/myPostsContent/myPostsContent.tsx # src/pages/mypage/myPosts/page.tsx # src/pages/mypage/service-notice/hooks/useServiceNoticeBoard.ts
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
PR 올리시고 Reviewers랑 Assignees 선정해주세요!.! |
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.
useStuQuery
,useStuMutation
적용shadcn/ui
컴포넌트 사용,lucide-react
아이콘 사용- 오류날 경우 early return 처리
- 입력 화면에서
react-hook-form
사용
(보너스) zod 사용해보기
이정도만 해주시면 될 것 같습니다.
전부 사용법만 익히면 코드를 더 쉽게 짤 수 있는 거라 한번 다른 코드 참고해서 써보시면 좋겠습니다. 고생하셨어요~
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.
이런 페이지의 폼 같은 경우에는 react-hook-form
을 사용하면 편합니다.
## 1️⃣ 작업 내용 Summary 일반유저 및 자치기구 내정보 api 연동 자치기구 정보수정 api 연동 - resolved #399 ## 2️⃣ 추후 작업할 내용 - 마이페이지 작성글보기 api 연동 ## 3️⃣ 체크리스트 - [x] `develop` 브랜치의 최신 코드를 `pull` 받았나요?
## 1️⃣ 작업 내용 Summary 일반유저 및 자치기구 내정보 api 연동 자치기구 정보수정 api 연동 - resolved #399 ## 2️⃣ 추후 작업할 내용 - 마이페이지 작성글보기 api 연동 ## 3️⃣ 체크리스트 - [x] `develop` 브랜치의 최신 코드를 `pull` 받았나요?
1️⃣ 작업 내용 Summary
일반유저 및 자치기구 내정보 api 연동
자치기구 정보수정 api 연동
2️⃣ 추후 작업할 내용
3️⃣ 체크리스트
develop
브랜치의 최신 코드를pull
받았나요?