Skip to content

Conversation

@StuartFerguson
Copy link
Member

  • Updated EstateDomainServiceTests.cs to set up AggregateService for successful retrieval of OperatorAggregate and EstateAggregate.
  • Added CreateEstate method in EstateDomainService.cs for creating estates with error handling.
  • Removed ApplyUpdates method; integrated its functionality into AddOperatorToEstate.
  • Modified CreateEstateUser to include error handling and user addition to the estate aggregate.
  • Updated RemoveOperatorFromEstate to handle errors and ensure proper operator removal from estates.
    closes Verify Operator Exists on Add Operator to Estate #850

- Updated `EstateDomainServiceTests.cs` to set up `AggregateService` for successful retrieval of `OperatorAggregate` and `EstateAggregate`.
- Added `CreateEstate` method in `EstateDomainService.cs` for creating estates with error handling.
- Removed `ApplyUpdates` method; integrated its functionality into `AddOperatorToEstate`.
- Modified `CreateEstateUser` to include error handling and user addition to the estate aggregate.
- Updated `RemoveOperatorFromEstate` to handle errors and ensure proper operator removal from estates.
@StuartFerguson StuartFerguson merged commit b1a6e88 into master Aug 20, 2025
9 checks passed
@github-actions github-actions bot deleted the task/#850_verify_operator_valid_on_add_to_estate branch October 19, 2025 01:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Verify Operator Exists on Add Operator to Estate

2 participants