Skip to content

docs: update architecture diagram #177

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,4 +175,4 @@ Once you are done, you can stop the services running [rollback.ps1](kubernetes/r

## This repo on the infrastructure

![Architecture Diagram](aws-infra-phase-3.png)
![Architecture Diagram](aws-infra-phase-4.png)
Binary file added aws-infra-phase-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ namespace FIAP.TechChallenge.ByteMeBurger.Application.Test.UseCases.Orders.Gherk
[FeatureFile("./UseCases/Orders/Gherkin/CreateOrder.feature")]
public class CreateOrderSteps : Feature
{
// Given Selected product exists
// And Tracking code is created
// When UseCase is called
// Then it should create the order
private readonly CreateOrderUseCase _useCase;
private readonly Mock<IProductRepository> _mockProductRepository;
private readonly Mock<IOrderTrackingCodeService> _mockOrderTrackingCodeService;
Expand Down
Loading