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/#142 회사등록 및 근로계약서 API 연결 완료 #149

Merged
merged 2 commits into from
Nov 13, 2024

Conversation

YIMSEBIN
Copy link
Contributor

Issue

close #142

Description

회사등록 API 연결 완료

  • 로고 이미지 입력이 선택으로 바뀌어, 이미지를 입력받지 않는 경우 백엔드 서버에 전달하는 formData에 logoImage를 넣지 않고 전달합니다.
    if (file) {
      formData.append('logoImage', file);
(-)  } else {
(-)     formData.append('logoImage', '');
    }

근로계약서 API 연결 완료

  • 고용주의 근로계약서 등록 API 연결이 완료되었습니다.(usePostContract)
  • 근로자의 근로계약서 확인 API 연결이 완료되었습니다.(useGetMyContract)
  • 근로자의 근로계약서 등록 API 연결이 완료되었습니다.(usePostEmployeeSign)
  • 근로자의 근로계약서 다운로드 API 연결이 완료되었습니다.(useGetContractImg)
  • 근로계약서 다운로드는 지원글 목록에서 "채용완료" 단계의 버튼 상태일 때 가능합니다.
    image

@YIMSEBIN YIMSEBIN self-assigned this Nov 13, 2024
Copy link

netlify bot commented Nov 13, 2024

👷 Deploy request for hire-higher pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit 7dacfdd

@YIMSEBIN YIMSEBIN merged commit 07f5dd2 into kakao-tech-campus-2nd-step3:Weekly Nov 13, 2024
1 check passed
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.

1 participant