TenantAtlas/apps/platform/tests/Feature/Findings
ahmido 742d65f0d9
Some checks failed
Main Confidence / confidence (push) Failing after 51s
feat: converge findings notification presentation (#265)
## Summary
- converge finding, queued, and completed database notifications on one shared `OperationUxPresenter` presentation contract
- preserve existing finding and operation deep-link authorities while standardizing title, body, status/icon treatment, and single primary action
- add focused notification, findings, and guard coverage plus the full feature 230 spec artifacts

## Validation
- `cd apps/platform && ./vendor/bin/sail bin pint --dirty --format agent`
- `cd apps/platform && ./vendor/bin/sail artisan test --compact tests/Feature/Notifications/SharedDatabaseNotificationContractTest.php tests/Feature/Notifications/OperationRunNotificationTest.php tests/Feature/Notifications/FindingNotificationLinkTest.php`
- `cd apps/platform && ./vendor/bin/sail artisan test --compact tests/Feature/Findings/FindingsNotificationEventTest.php tests/Feature/Findings/FindingsNotificationRoutingTest.php tests/Feature/OpsUx/Constitution/LegacyNotificationGuardTest.php`

## Filament / Platform Notes
- Livewire v4.0+ compliance preserved on Filament v5 primitives
- provider registration remains unchanged in `apps/platform/bootstrap/providers.php`
- no globally searchable resource behavior changed in this feature
- no destructive actions were introduced
- asset strategy is unchanged; the existing `cd apps/platform && php artisan filament:assets` deploy step remains sufficient

Co-authored-by: Ahmed Darrazi <ahmed.darrazi@live.de>
Reviewed-on: #265
2026-04-22 20:26:18 +00:00
..
Concerns Spec 182: relocate Laravel platform to apps/platform (#213) 2026-04-08 08:40:47 +00:00
DriftStaleAutoResolveTest.php Spec 182: relocate Laravel platform to apps/platform (#213) 2026-04-08 08:40:47 +00:00
FindingAdminTenantParityTest.php Spec 182: relocate Laravel platform to apps/platform (#213) 2026-04-08 08:40:47 +00:00
FindingAssignmentAuditSemanticsTest.php feat(219): Finding ownership semantics + LEAN-001 constitution + backup_set unification (#256) 2026-04-20 17:54:33 +00:00
FindingAuditBackstopTest.php feat: harden governance action semantics (#229) 2026-04-12 21:21:44 +00:00
FindingAuditLogTest.php Spec 182: relocate Laravel platform to apps/platform (#213) 2026-04-08 08:40:47 +00:00
FindingAutomationWorkflowTest.php Spec 182: relocate Laravel platform to apps/platform (#213) 2026-04-08 08:40:47 +00:00
FindingBackfillTest.php Spec 182: relocate Laravel platform to apps/platform (#213) 2026-04-08 08:40:47 +00:00
FindingBulkActionsTest.php feat: implement heavy governance cost recovery (#242) 2026-04-17 13:17:13 +00:00
FindingExceptionAuthorizationTest.php Spec 182: relocate Laravel platform to apps/platform (#213) 2026-04-08 08:40:47 +00:00
FindingExceptionPolicyTest.php Spec 182: relocate Laravel platform to apps/platform (#213) 2026-04-08 08:40:47 +00:00
FindingExceptionRegisterTest.php Spec 206: implement test suite governance foundation (#239) 2026-04-16 13:58:50 +00:00
FindingExceptionRenewalTest.php feat: implement heavy governance cost recovery (#242) 2026-04-17 13:17:13 +00:00
FindingExceptionRevocationTest.php Spec 182: relocate Laravel platform to apps/platform (#213) 2026-04-08 08:40:47 +00:00
FindingExceptionWorkflowTest.php Spec 182: relocate Laravel platform to apps/platform (#213) 2026-04-08 08:40:47 +00:00
FindingRbacTest.php Spec 197: standardize shared detail family contracts (#237) 2026-04-15 09:51:42 +00:00
FindingRecurrenceTest.php Spec 182: relocate Laravel platform to apps/platform (#213) 2026-04-08 08:40:47 +00:00
FindingRelatedNavigationTest.php Spec 182: relocate Laravel platform to apps/platform (#213) 2026-04-08 08:40:47 +00:00
FindingRiskGovernanceProjectionTest.php Spec 182: relocate Laravel platform to apps/platform (#213) 2026-04-08 08:40:47 +00:00
FindingsAssignmentHygieneClassificationTest.php feat: add findings hygiene report and control catalog layering (#264) 2026-04-22 12:26:18 +00:00
FindingsAssignmentHygieneOverviewSignalTest.php feat: add findings hygiene report and control catalog layering (#264) 2026-04-22 12:26:18 +00:00
FindingsAssignmentHygieneReportTest.php feat: add findings hygiene report and control catalog layering (#264) 2026-04-22 12:26:18 +00:00
FindingsClaimHandoffTest.php feat: add findings intake queue and stabilize follow-up regressions (#260) 2026-04-21 22:54:08 +00:00
FindingsIntakeQueueTest.php feat: add findings intake queue and stabilize follow-up regressions (#260) 2026-04-21 22:54:08 +00:00
FindingsListDefaultsTest.php Spec 182: relocate Laravel platform to apps/platform (#213) 2026-04-08 08:40:47 +00:00
FindingsListEnterpriseUxTest.php Spec 182: relocate Laravel platform to apps/platform (#213) 2026-04-08 08:40:47 +00:00
FindingsListFiltersTest.php feat: implement heavy governance cost recovery (#242) 2026-04-17 13:17:13 +00:00
FindingsNotificationEventTest.php feat: converge findings notification presentation (#265) 2026-04-22 20:26:18 +00:00
FindingsNotificationRoutingTest.php feat: converge findings notification presentation (#265) 2026-04-22 20:26:18 +00:00
FindingWorkflowConcurrencyTest.php Spec 182: relocate Laravel platform to apps/platform (#213) 2026-04-08 08:40:47 +00:00
FindingWorkflowGuardTest.php Spec 182: relocate Laravel platform to apps/platform (#213) 2026-04-08 08:40:47 +00:00
FindingWorkflowRowActionsTest.php feat(219): Finding ownership semantics + LEAN-001 constitution + backup_set unification (#256) 2026-04-20 17:54:33 +00:00
FindingWorkflowServiceTest.php feat(219): Finding ownership semantics + LEAN-001 constitution + backup_set unification (#256) 2026-04-20 17:54:33 +00:00
FindingWorkflowUiEnforcementTest.php Spec 182: relocate Laravel platform to apps/platform (#213) 2026-04-08 08:40:47 +00:00
FindingWorkflowViewActionsTest.php feat: implement heavy governance cost recovery (#242) 2026-04-17 13:17:13 +00:00
MyWorkInboxTest.php feat: add findings operator inbox (#258) 2026-04-21 09:19:54 +00:00