feat(career): version history restore on /career
CI and Deploy / test (push) Failing after 1m54s
CI and Deploy / deploy (push) Has been skipped

Phase 3, versioning UI. The /career overview now shows a collapsible version
history with a Restore action per past version, backed by the versioning API.
Restore reapplies the chosen snapshot as a new version (non-destructive) and
refreshes the profile + completeness in place.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
cesnimda
2026-07-18 01:01:54 +02:00
parent f1bf92a4e0
commit a1dd447091
2 changed files with 52 additions and 1 deletions
+3
View File
@@ -106,6 +106,9 @@ beforeEach(() => {
},
} as any);
}
if (url === '/career/profile/versions') {
return Promise.resolve({ data: [] } as any);
}
if (url === '/auth/me') {
return Promise.resolve({
data: {