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/#128 근로자마이페이지 수정, 유효성검사 및 구인글등록 API 완료 #129

Merged
merged 10 commits into from
Nov 11, 2024

Conversation

YIMSEBIN
Copy link
Contributor

Issue

#128

Description

근로자 마이페이지 수정

  • 근로자 이름이 마이페이지에 보여지도록 수정.
  • 이력서 / 서명 / 비자 등록 시 사진과 같이 체크 표시가 뜨도록 수정.
  • 근로자 마이페이지 프로필영역 UI 수정
    image

RequiredFieldCheckProps 수정

서명 등록 여부를 API (/api/application/)로 전달받음에 따라 타입 수정

  resumeExistence: boolean;
  visaExistence: boolean;
  foreignerIdNumberExistence: boolean;
(+)  signExistence?: boolean;

Title 공통 컴포넌트 제작

페이지에 비슷한 UI의 Title을 자주 사용하길래 하나 만들었습니다. 필요한 분들은 쓰십시오!
image

유효성검사

  • 값 입력 없이 등록 버튼 클릭 시, 사진과 같이 빨간 글씨로 경고합니다.
  • number 입력의 경우 number외의 값 입력 시 경고합니다.
    image

@YIMSEBIN YIMSEBIN self-assigned this Nov 11, 2024
@YIMSEBIN YIMSEBIN merged commit 8f533c7 into kakao-tech-campus-2nd-step3:Weekly Nov 11, 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