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

페이지 기능: 로그인 페이지 쿼리훅 제작 #79

Merged
merged 4 commits into from
Jan 17, 2024
Merged

Conversation

seoye0ng
Copy link
Collaborator

해당 사항 (중복 선택)

  • FEAT : 새로운 기능 추가 및 개선
  • TEST : 테스트 추가 및 리팩토링
  • FIX : 버그 수정
  • REFACTOR : 결과의 변경 없이 코드의 구조를 재조정
  • STYLE : 코드 스타일에 관련된 변경 사항
  • DOCS : 코드가 아닌 문서를 수정한 경우
  • REMOVE : 파일을 삭제하는 작업만 수행
  • RENAME : 파일 또는 폴더명을 수정하거나 위치(경로)를 변경
  • CHORE : 패키지 매니저 설정, 코드 수정 없이 설정 변경(eslint) 등 기타 사항

설명

Key Changes

  1. 로그인 쿼리 훅 제작
  2. 로그인 페이지 �input field 가 비었을 시 버튼 disabled 처리
  3. VALIDATION_MESSAGE_MAP failedLogin 추가

How it Works

To Reviewers

@seoye0ng seoye0ng added ✨ Feature 기능 개발 📬 API 서버 API 통신 labels Jan 16, 2024
@seoye0ng seoye0ng self-assigned this Jan 16, 2024
@seoye0ng seoye0ng requested a review from bottlewook as a code owner January 16, 2024 07:10
Copy link

vercel bot commented Jan 16, 2024

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

Name Status Preview Updated (UTC)
f1-wash-pedia-fe ✅ Ready (Inspect) Visit Preview Jan 16, 2024 7:10am

Copy link
Collaborator

@bottlewook bottlewook 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 login = async ({
id, password,
}: ISignIn) => {
const response = await postRequest<null, ISignIn>('/member/login', {
Copy link
Collaborator

Choose a reason for hiding this comment

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

response에 따라 제네릭에 있는 null 값을 바꿔보죠!
아마 id, email, gender, age 정도 오지 않을까싶네요!

@seoye0ng seoye0ng merged commit e3e6f93 into develop Jan 17, 2024
6 checks passed
@seoye0ng seoye0ng deleted the page-login branch January 17, 2024 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📬 API 서버 API 통신 ✨ Feature 기능 개발
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants