diff --git a/apps/portal/src/components/offers/constants.ts b/apps/portal/src/components/offers/constants.ts index 10e3b0b1..e2b14d96 100644 --- a/apps/portal/src/components/offers/constants.ts +++ b/apps/portal/src/components/offers/constants.ts @@ -2,26 +2,6 @@ import { EducationBackgroundType } from './types'; export const emptyOption = '----'; -// TODO: use enums -export const titleOptions = [ - { - label: 'Software Engineer', - value: 'Software Engineer', - }, - { - label: 'Frontend Engineer', - value: 'Frontend Engineer', - }, - { - label: 'Backend Engineer', - value: 'Backend Engineer', - }, - { - label: 'Full-stack Engineer', - value: 'Full-stack Engineer', - }, -]; - export const locationOptions = [ { label: 'Singapore, Singapore', diff --git a/apps/portal/src/components/offers/offersSubmission/OffersSubmissionForm.tsx b/apps/portal/src/components/offers/offersSubmission/OffersSubmissionForm.tsx index 95d43be8..0e1127ab 100644 --- a/apps/portal/src/components/offers/offersSubmission/OffersSubmissionForm.tsx +++ b/apps/portal/src/components/offers/offersSubmission/OffersSubmissionForm.tsx @@ -115,7 +115,7 @@ export default function OffersSubmissionForm({ ), hasNext: true, hasPrevious: false, - label: 'Offer details', + label: 'Offers', }, { component: , @@ -123,30 +123,35 @@ export default function OffersSubmissionForm({ hasPrevious: true, label: 'Background', }, - { - component: ( - - ), - hasNext: true, - hasPrevious: false, - label: 'Analysis', - }, { component: ( ), - hasNext: false, + hasNext: true, hasPrevious: false, - label: 'Save', + label: 'Save profile', + }, + { + component: ( +
+
+ Result +
+ +
+ ), + hasNext: false, + hasPrevious: true, + label: 'Analysis', }, ]; @@ -231,7 +236,7 @@ export default function OffersSubmissionForm({
{formSteps[formStep].component} - {/*
{JSON.stringify(formMethods.watch(), null, 2)}
*/} +
{JSON.stringify(formMethods.watch(), null, 2)}
{formSteps[formStep].hasNext && (