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

fix: mock 데이터 형식 변경 #159

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 3 additions & 14 deletions src/apis/recruitmentsDetail/mock/recruitmentsDetailList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,9 @@ export const recruitmentDetailList = {
requestedCareer: '경력 1~2년',
imageUrl: cat,
detailedDescription: '김밥 만들기 알바',
majorBusiness: [
{ id: 1, text: '김밥 만들기' },
{ id: 2, text: '재료 전처리' },
{ id: 3, text: '마감 청소' },
],
eligibilityCriteria: [
{ id: 1, text: '비자를 가진 사람' },
{ id: 2, text: '주 2회 이상 근무 가능한 사람' },
],
preferredConditions: [
{ id: 1, text: '한국어 의사 소통이 잘 되는 사람' },
{ id: 2, text: '지각하지 않는 사람' },
{ id: 3, text: '김밥에 있는 오이를 빼지 않는 사람' },
],
majorBusiness: '김밥 만들기',
eligibilityCriteria: '비자를 가진 사람',
preferredConditions: '한국어 의사 소통이 잘 되는 사람',
employerName: '이재용',
companyName: '삼성전자',
koreanDetailedDescription: '김밥 만들기 아르바이트',
Expand Down
Loading