mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-06-01 15:39:00 +00:00
- Introduced a transaction for creating tenants, linking users, and saving metadata in the `CreateWorkspaceService`. - Moved tenant marking as building to the `markAsBuilding` method for better separation of concerns. - Added `WorkspaceBuildJobResponseDto` for improved API response structure. - Updated `GetWorkspacesService` to utilize a transformer for cleaner data mapping. - Added unit tests for `CreateWorkspaceService` to ensure robust functionality and error handling.