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: 마이페이지 내정보 및 수정 api 연동 #416

Merged
merged 2 commits into from
Mar 1, 2025

Conversation

naraeng
Copy link
Contributor

@naraeng naraeng commented Feb 19, 2025

1️⃣ 작업 내용 Summary

일반유저 및 자치기구 내정보 api 연동
자치기구 정보수정 api 연동

2️⃣ 추후 작업할 내용

  • 마이페이지 작성글보기 api 연동

3️⃣ 체크리스트

  • develop 브랜치의 최신 코드를 pull 받았나요?

…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
Copy link

vercel bot commented Feb 19, 2025

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

Name Status Preview Comments Updated (UTC)
dev-homepage-frontend ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 19, 2025 6:46am

@jongse7
Copy link
Contributor

jongse7 commented Feb 19, 2025

PR 올리시고 Reviewers랑 Assignees 선정해주세요!.!

Copy link
Contributor

@EATSTEAK EATSTEAK left a 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 사용해보기

이정도만 해주시면 될 것 같습니다.

전부 사용법만 익히면 코드를 더 쉽게 짤 수 있는 거라 한번 다른 코드 참고해서 써보시면 좋겠습니다. 고생하셨어요~

Copy link
Contributor

Choose a reason for hiding this comment

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

이런 페이지의 폼 같은 경우에는 react-hook-form을 사용하면 편합니다.

@naraeng naraeng merged commit b80280c into develop Mar 1, 2025
3 checks passed
@naraeng naraeng deleted the #399_mypage-api branch March 1, 2025 10:27
nebulaBdj pushed a commit that referenced this pull request Mar 3, 2025
## 1️⃣ 작업 내용 Summary
일반유저 및 자치기구 내정보 api 연동
자치기구 정보수정 api 연동

- resolved #399 

## 2️⃣ 추후 작업할 내용
- 마이페이지 작성글보기 api 연동

## 3️⃣ 체크리스트

- [x] `develop` 브랜치의 최신 코드를 `pull` 받았나요?
EATSTEAK pushed a commit that referenced this pull request Mar 3, 2025
## 1️⃣ 작업 내용 Summary
일반유저 및 자치기구 내정보 api 연동
자치기구 정보수정 api 연동

- resolved #399 

## 2️⃣ 추후 작업할 내용
- 마이페이지 작성글보기 api 연동

## 3️⃣ 체크리스트

- [x] `develop` 브랜치의 최신 코드를 `pull` 받았나요?
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: 마이페이지 api 연동
4 participants