feat(S04/T02): Made the job table show actionable follow-up/package nex…

- job-tracker-ui/src/components/JobTable.tsx
- job-tracker-ui/src/daily-control-loop.test.tsx
- job-tracker-ui/src/i18n/translations.ts
- .gsd/milestones/M001/slices/S04/S04-PLAN.md
- .gsd/milestones/M001/slices/S04/tasks/T02-PLAN.md
This commit is contained in:
2026-03-24 13:56:42 +01:00
parent 8c9fb5b71f
commit 85fa373ba4
9 changed files with 236 additions and 31 deletions
+6
View File
@@ -616,6 +616,9 @@ export const translations = {
jobTableFollowUp: "Follow up",
jobTableCvMissing: "CV missing",
jobTableCvReady: "CV ready",
jobTablePackageWork: "Build package",
jobTablePackageMissingCvAndNotes: "Tailored CV and job notes still need a working draft.",
jobTablePackageMissingNotes: "Job notes still need a working draft.",
jobTableOpenListing: "Open listing",
jobTableSkills: "Skills",
jobTableNoTags: "No tags",
@@ -1424,6 +1427,9 @@ export const translations = {
jobTableFollowUp: "Følg opp",
jobTableCvMissing: "CV mangler",
jobTableCvReady: "CV klar",
jobTablePackageWork: "Bygg pakke",
jobTablePackageMissingCvAndNotes: "Tilpasset CV og jobbnotater trenger fortsatt et arbeidsutkast.",
jobTablePackageMissingNotes: "Jobbnotater trenger fortsatt et arbeidsutkast.",
jobTableOpenListing: "Åpne stilling",
jobTableSkills: "Ferdigheter",
jobTableNoTags: "Ingen tagger",