Merge Request — Wave 0 quick wins + Tier-1/Tier-2 features #1

Merged
cesnimda merged 26 commits from chore/wave0-quick-wins into main 2026-07-03 11:14:15 +02:00
Showing only changes of commit 3ef3192e6c - Show all commits
+8
View File
@@ -79,6 +79,14 @@ Mitigation has been added in deploy script, but if it happens again check:
3. Final UX polish pass on profile/job details/attachments
4. Dashboard + system polish
## Useful skills to apply next time
- `accessibility`
- use for the final UI polish/a11y pass across dialogs, forms, focus states, contrast, keyboard support, and screen-reader naming
- `agent-browser`
- use for live verification of local or deployed Jobbjakt flows, screenshots, route checks, admin/system checks, and browser-based a11y smoke testing
- `code-optimizer`
- use for a targeted performance/code-quality audit after the current feature/polish work stabilizes
## Files most relevant next time
- `JobTrackerApi/Controllers/JobApplicationsController.cs`
- `JobTrackerApi/Controllers/ProfileCvController.cs`