opnform-host-nginx/api/tests
Chirag Chhatrala f344764f52
Implement EnsureUserHasWorkspace Trait and Integrate into Controllers… (#741)
* Implement EnsureUserHasWorkspace Trait and Integrate into Controllers and Jobs

- Introduced the EnsureUserHasWorkspace trait to ensure users have at least one workspace when they are detached from a workspace.
- Integrated the trait into WorkspaceUserController to enforce workspace checks during user detachment.
- Updated RemoveWorkspaceGuests job to utilize the new trait for ensuring users have a workspace after detachment.
- Modified UserWorkspace model to call the ensureUserHasWorkspace method upon deletion, maintaining workspace integrity.

These changes enhance user management by ensuring that users always have a workspace, improving overall application stability.

* Add test

---------

Co-authored-by: Julien Nahum <julien@nahum.net>
2025-04-28 18:03:38 +02:00
..
Browser Separated laravel app to its own folder (#540) 2024-08-26 18:24:56 +02:00
Feature Implement EnsureUserHasWorkspace Trait and Integrate into Controllers… (#741) 2025-04-28 18:03:38 +02:00
Unit Improve numeric condition handling in form logic checker 2025-03-03 19:29:40 +08:00
CreatesApplication.php Separated laravel app to its own folder (#540) 2024-08-26 18:24:56 +02:00
DuskTestCase.php Separated laravel app to its own folder (#540) 2024-08-26 18:24:56 +02:00
Pest.php Separated laravel app to its own folder (#540) 2024-08-26 18:24:56 +02:00
TestCase.php Email spam security (#641) 2024-12-18 13:16:27 +01:00
TestHelpers.php Refactor FormSubmissionDataFactory to use TestHelpers trait 2025-03-04 13:38:33 +08:00