Skip to content

Conversation

@StuartFerguson
Copy link
Member

  • Updated EstateAggregateTests.cs to reference new Estate and Operator models.
  • Added project reference for TransactionProcessor.Operator.DomainEvents.
  • Modified EstateAggregate.cs to handle new model namespaces and methods.
  • Created Operator.cs, SecurityUser.cs, and Estate.cs to define new classes.
  • Introduced dummy classes for testing Operator domain service.
  • Implemented OperatorDomainEventHandler for handling operator events.
  • Created OperatorRequestHandler for managing operator requests.
  • Defined OperatorCommands.cs and OperatorQueries.cs for command/query separation.
  • Added BDD-style tests in Operator.feature and Operator.feature.cs.
  • Updated appsettings.json for new operator event handler configuration.
  • Enhanced ModelFactory.cs for operator model conversions.
  • Created mock implementations in DummyEstateManagementManager.cs and DummyOperatorDomainService.cs.
  • Established TransactionProcessor.Operator.DomainEvents.csproj for operator events.
  • Updated OperatorController to manage operator-related API endpoints.

- Updated `EstateAggregateTests.cs` to reference new `Estate` and `Operator` models.
- Added project reference for `TransactionProcessor.Operator.DomainEvents`.
- Modified `EstateAggregate.cs` to handle new model namespaces and methods.
- Created `Operator.cs`, `SecurityUser.cs`, and `Estate.cs` to define new classes.
- Introduced dummy classes for testing `Operator` domain service.
- Implemented `OperatorDomainEventHandler` for handling operator events.
- Created `OperatorRequestHandler` for managing operator requests.
- Defined `OperatorCommands.cs` and `OperatorQueries.cs` for command/query separation.
- Added BDD-style tests in `Operator.feature` and `Operator.feature.cs`.
- Updated `appsettings.json` for new operator event handler configuration.
- Enhanced `ModelFactory.cs` for operator model conversions.
- Created mock implementations in `DummyEstateManagementManager.cs` and `DummyOperatorDomainService.cs`.
- Established `TransactionProcessor.Operator.DomainEvents.csproj` for operator events.
- Updated `OperatorController` to manage operator-related API endpoints.
@StuartFerguson StuartFerguson linked an issue Jan 30, 2025 that may be closed by this pull request
Replaced `coverlet.collector` with `coverlet.msbuild` version 6.0.2.
Added `PrivateAssets` and `IncludeAssets` properties for better asset management during the build process.
@StuartFerguson StuartFerguson merged commit 0bf52cf into master Jan 30, 2025
5 checks passed
@github-actions github-actions bot deleted the task/#685_move_over_operator_aggregate branch April 1, 2025 01:56
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.

Move Over Operator Aggregate

2 participants