-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Catalog Extending Product Domain Model + Mini-Restructure (#35)
* fixed; value object records, flattened namespace * quick push with WIP code due to power outages + thunderstorm ⛈️⚡ * feat: handle for ProductTakeMeasurement event, measurement VO logic fix * feat; handle logic for ProductRemoveMeasurement event * fix; Measurements: init property, Array.Empty * streamlined order of adjustment methods (description, then name) * fix: inverted operator * added commands and HTTP endpoints for measurements (WIP; bug found) * fix; string comparison * fix; string comparison (2) * feat; Product's brand adjustment fleshed out * fix; brand creation during domain model initialization * chore; updated API http to include brand (still WIP) * fixes; names, value assignment * TODO comments -- need to update Measurements VO * add Measurements to commands, projections, etc. WIP
- Loading branch information
1 parent
1b4fbd0
commit 0cab709
Showing
23 changed files
with
415 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
using Catalog.Products; | ||
using Eventuous; | ||
using Microsoft.AspNetCore.Mvc; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.