Files
jobtrackingapp/.gsd/milestones/M001/slices/S02/S02-PLAN.md
T
2026-03-27 08:54:34 +01:00

1.2 KiB

S02: Stronger AI application package drafting

Goal: Make the application package generator use imported job/correspondence context well enough that tailored CV, cover-letter, and recruiter-message drafts feel specific, credible, and worth starting from inside the job workspace. Demo: After this: From an imported job plus profile/CV context, the app generates materially better tailored CV and cover-letter drafts that feel specific and usable.

Tasks

  • T01: Strengthen application-package context assembly and backend draft tests
    • Files: JobTrackerApi/Controllers/JobApplicationsController.cs, JobTrackerApi.Tests/JobApplicationsApplicationPackageTests.cs
    • Verify: dotnet test JobTrackerApi.Tests/JobTrackerApi.Tests.csproj --filter JobApplicationsApplicationPackageTests
  • T02: Make the job workspace save and present the application package as real working material
    • Files: job-tracker-ui/src/components/JobDetailsDialog.tsx, job-tracker-ui/src/types.ts, job-tracker-ui/src/job-details-generated-drafts.test.tsx
    • Verify: CI=true npm --prefix job-tracker-ui test -- --watch=false --runTestsByPath src/job-details-generated-drafts.test.tsx