feat: complete jobcard client management foundation

This commit is contained in:
Marco0300
2026-09-01 20:43:24 +02:00
parent 168c15c6ae
commit de2bf277c4
34 changed files with 2072 additions and 74 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ reporting_assert_same(
'Client-facing report data must be allow-listed.'
);
reporting_assert_same(
['internal_notes' => 'never disclose', 'password' => 'secret', 'credentials' => 'token', 'technical_ip' => '10.0.0.1', 'unknown_field' => 'not approved'],
['id' => 7, 'status' => 'active', 'internal_notes' => 'never disclose'],
$mapper->internal($record),
'Internal report data must remain separate from client-facing data.'
);