Minimal Viable Product + Refactor to pinia store + Fix PDF export
Some checks failed
linter / quality (push) Successful in 3m37s
tests / ci (push) Failing after 13m21s

This commit is contained in:
2025-09-16 16:30:37 +02:00
parent f3ff6fd6ac
commit cb242e59ba
39 changed files with 1055 additions and 137 deletions

View File

@@ -32,6 +32,11 @@ class ResumeComponentPlacementPolicy
return true;
}
public function createForResume(User $user, ResumeComponentPlacement $componentPlacement): bool
{
return $user->can('update', $componentPlacement->load('resume')->resume);
}
/**
* Determine whether the user can update the model.
*/