HaimKortovich 6c411ce2b6 Update life quotes to use new policy API structure
- Update life quote types to use insured/buyer instead of client
- Update life fields: add coverage_type, coverage_amount, coverage_years, smoker, medications, surgeries, weight, height
- Remove deprecated fields: dateOfBirth, age, gender, preexistingConditions, preexistingDetails, beneficiaryName, beneficiaryRelationship
- Update life quote SetupStep component to use customer selection
- Add Insured and Buyer sections with customer search and selection
- Add health questionnaire with smoker, medications, surgeries, weight, height fields
- Add coverage_type field (banking | protection)
- Update life quote page to use new composables and API structure
- Update validation to use insured/buyer validation
- Update submission to use policy API with new structure
2026-04-27 15:03:43 -05:00
2026-04-16 11:11:44 -05:00
2026-04-16 11:11:44 -05:00
2026-04-16 11:11:44 -05:00
2026-04-16 11:11:44 -05:00
WIP
2026-03-05 11:36:23 -05:00
WIP
2026-03-05 11:36:23 -05:00
2026-04-16 11:11:44 -05:00
WIP
2026-03-05 11:36:23 -05:00
WIP
2026-03-05 11:36:23 -05:00
2026-04-16 11:11:44 -05:00
2026-03-17 14:50:02 -05:00
2026-03-17 14:50:02 -05:00
WIP
2026-03-05 11:36:23 -05:00
WIP
2026-03-05 11:36:23 -05:00

Nuxt Minimal Starter

Look at the Nuxt documentation to learn more.

Setup

Make sure to install dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

# pnpm
pnpm dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm preview

# yarn
yarn preview

# bun
bun run preview

Check out the deployment documentation for more information.

Description
No description provided
Readme 1.7 MiB
Languages
Vue 94.3%
TypeScript 3%
CSS 2.4%
Nix 0.2%