Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue
Description
1. 구인글 상세 페이지
1.1 이력서, 비자 발급 일자, 외국인 번호 필수 등록 모달
/api/application/
경로 요청를 통해값을 받아옵니다. 모두 true면 지원서 프로세스 페이지로 넘어가고, 특정 값이 false라면 특정 값의 정보를 모달로 띄웁니다. 또한 등록을 위해 바로 마이페이지로 이동할 수 있도록 '마이페이지' 버튼도 추가했습니다.
1.2 고용주는 지원 버튼 클릭 금지
localstorage에서
user.type
값을 받아와서 고용주는 지원하기 버튼을 클릭하지 못하게 했습니다.2. 페이지 연결
2.1 구인글 페이지 연결
순서로 연결했습니다.
2.2 이력서 등록 페이지
이력서를 근로자 마이페이지에서 작성하므로, 이력서 등록이 완료되면 근로자 마이페이지로 리다이렉트 하게 했습니다
2.3 사인 등록 페이지
사인 등록 성공 후 localstorage의
user.type
값에 따라, 고용주라면 고용주 마이페이지로, 근로자라면 근로자 마이페이지로 리다이렉트 하게 했습니다.