Skip to content

Interview 전달 시 Backend-Frontend 정보 불일치 #14

@rjsdn031

Description

@rjsdn031

백엔드 필요 정보 구조

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,

프론트에서 백엔드에 맞게 변환 필요

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions