Files
jobtrackingapp/.gsd/milestones/M001/slices/S02/S02-PLAN.md
T
2026-04-01 11:48:25 +02:00

13 lines
1.0 KiB
Markdown

# 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: TBD
## Tasks
- [x] **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`
- [x] **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`