-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
bugSomething isn't workingSomething isn't working
Description
백엔드 필요 정보 구조
await postProfileInfo(sessionCode, {
name,
age,
gender,
education: {
school: organization, // 상태에서 입력 받도록 수정
major: position, // 상태에서 입력 받도록 수정
gradYear: 2024, // 상태에서 입력 받도록 수정
},
email: "keshicool9123@gmail.com", // 상태에서 입력 받도록 수정
});
await postInterviewInfo(sessionCode, {
company: selectedCompany,
position: selectedRole,
self_intro: resume,
});
프론트 FormData
const formData = {
name,
age,
gender,
organization,
position,
selectedCompany,
selectedRole,
resume,
profileImage,
프론트에서 백엔드에 맞게 변환 필요
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working