-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Update MassTransit version to 8.2.5 and Swashbuckle.AspNetCore…
… version to 6.7.2
- Loading branch information
1 parent
da896e1
commit 091fdf1
Showing
7 changed files
with
11 additions
and
13 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,11 +37,11 @@ | |
## Domain Business & Bounded Contexts - Services Boundaries | ||
|
||
- **Catalog**: Display books with pagination and search functionality. | ||
- **Shopping Cart**: Add books to the shopping cart and place an order. | ||
- **Order**: Display orders with pagination and search functionality. | ||
- **Basket**: Add books to the shopping cart and place an order. | ||
- **Ordering**: Display orders with pagination and search functionality. | ||
- **Identity**: Register, login, and manage user profile. | ||
- **Notification**: Send email notifications. | ||
- **Rating**: Rate products. | ||
- **Rating**: Rate books. | ||
|
||
![Domain Business & Bounded Contexts](docs/architechture.png) | ||
|
||
|
@@ -82,7 +82,7 @@ git clone [email protected]:foxminchan/BookWorm.git | |
dotnet run --project src/BookWorm.AppHost/BookWorm.AppHost.csproj | ||
``` | ||
|
||
> [!NOTE] | ||
> [!WARNING] | ||
> Ensure that you have Docker running on your machine. | ||
## Contributing | ||
|
@@ -92,6 +92,9 @@ dotnet run --project src/BookWorm.AppHost/BookWorm.AppHost.csproj | |
- Make your changes | ||
- Create a pull request | ||
|
||
> [!CAUTION] | ||
> Do not change namespaces for `Integration Events` as it will break the messaging system. | ||
## Project References | ||
|
||
- [eShop](https://github.com/dotnet/eShop) | ||
|
1 change: 0 additions & 1 deletion
1
tests/BookWorm.Basket.IntegrationTests/BookWorm.Basket.IntegrationTests.csproj
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
2 changes: 0 additions & 2 deletions
2
tests/BookWorm.Catalog.IntegrationTests/BookWorm.Catalog.IntegrationTests.csproj
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
1 change: 0 additions & 1 deletion
1
tests/BookWorm.Ordering.IntegrationTests/BookWorm.Ordering.IntegrationTests.csproj
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
1 change: 0 additions & 1 deletion
1
tests/BookWorm.Rating.IntegrationTests/BookWorm.Rating.IntegrationTests.csproj
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