Skip to content
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

Add ability to add 1 gallon jug of liquid #22

Open
wants to merge 99 commits into
base: main
Choose a base branch
from

Conversation

gritcsenko
Copy link
Owner

@gritcsenko gritcsenko commented Jul 31, 2022

Related to #21

@gritcsenko gritcsenko linked an issue Jul 31, 2022 that may be closed by this pull request
@gritcsenko gritcsenko self-assigned this Jul 31, 2022
@gritcsenko gritcsenko changed the title WIP: Add ability to add 1 gallon jug of liquid Add ability to add 1 gallon jug of liquid Aug 17, 2022
@gritcsenko gritcsenko added the enhancement New feature or request label Aug 25, 2022
@gritcsenko gritcsenko linked an issue Aug 25, 2022 that may be closed by this pull request
# Conflicts:
#	src/HomeInventory/HomeInventory.Application/Interfaces/Persistence/Specifications/ICreateEntitySpecification.cs
#	src/HomeInventory/HomeInventory.Application/Interfaces/Persistence/Specifications/IFilterSpecification.cs
#	src/HomeInventory/HomeInventory.Domain/Entities/Material.cs
#	src/HomeInventory/HomeInventory.Domain/Entities/Product.cs
#	src/HomeInventory/HomeInventory.Domain/Entities/User.cs
#	src/HomeInventory/HomeInventory.Domain/Primitives/AggregateRoot.cs
#	src/HomeInventory/HomeInventory.Domain/Primitives/Entity.cs
#	src/HomeInventory/HomeInventory.Domain/Primitives/GuidIdentifierObject.cs
#	src/HomeInventory/HomeInventory.Domain/Primitives/IEntity.cs
#	src/HomeInventory/HomeInventory.Domain/Primitives/IIdentifierObject.cs
#	src/HomeInventory/HomeInventory.Domain/Primitives/IValueObject.cs
#	src/HomeInventory/HomeInventory.Domain/Primitives/ValueObject.cs
#	src/HomeInventory/HomeInventory.Domain/Primitives/ValueObjectFactory.cs
#	src/HomeInventory/HomeInventory.Domain/ValueObjects/Amount.cs
#	src/HomeInventory/HomeInventory.Domain/ValueObjects/MaterialId.cs
#	src/HomeInventory/HomeInventory.Domain/ValueObjects/ProductId.cs
#	src/HomeInventory/HomeInventory.Domain/ValueObjects/UserId.cs
#	src/HomeInventory/HomeInventory.Web/DependencyInjection.cs
# Conflicts:
#	src/HomeInventory/HomeInventory.Domain/ValueObjects/AmountFactory.cs
#	src/HomeInventory/HomeInventory.Domain/ValueObjects/AmountUnit.cs
#	src/HomeInventory/HomeInventory.Domain/ValueObjects/IAmountFactory.cs
#	src/HomeInventory/HomeInventory.Domain/ValueObjects/MaterialId.cs
#	src/HomeInventory/HomeInventory.Domain/ValueObjects/ProductId.cs
#	src/HomeInventory/HomeInventory.Domain/ValueObjects/UserId.cs
#	src/HomeInventory/HomeInventory.Domain/ValueObjects/UserIdFactory.cs
# Conflicts:
#	src/HomeInventory/HomeInventory.Domain/Primitives/GuidIdentifierObject.cs
#	src/HomeInventory/HomeInventory.Domain/Primitives/IValueObject.cs
#	src/HomeInventory/HomeInventory.Domain/Primitives/ValueObject.cs
#	src/HomeInventory/HomeInventory.Web/Mapping/ContractsMappings.cs
# Conflicts:
#	src/HomeInventory/HomeInventory.Web/Controllers/ApiControllerBase.cs
#	src/HomeInventory/HomeInventory.Web/Controllers/AuthenticationController.cs
# Conflicts:
#	src/HomeInventory/HomeInventory.Domain/Primitives/IEntity.cs
# Conflicts:
#	src/HomeInventory/HomeInventory.Application/Authentication/Commands/Register/RegisterCommandHandler.cs
#	src/HomeInventory/HomeInventory.Application/Interfaces/Messaging/ICommand.cs
#	src/HomeInventory/HomeInventory.Application/Interfaces/Messaging/ICommandHandler.cs
#	src/HomeInventory/HomeInventory.Application/Interfaces/Messaging/IQuery.cs
#	src/HomeInventory/HomeInventory.Application/Interfaces/Messaging/IQueryHandler.cs
#	src/HomeInventory/HomeInventory.Tests/Architecture/Namespaces.cs
#	src/HomeInventory/HomeInventory.Web/DependencyInjection.cs
# Conflicts:
#	src/HomeInventory/HomeInventory.Application/DependencyInjection.cs
#	src/HomeInventory/HomeInventory.Contracts.Validations/RegisterRequestValidator.cs
@github-actions
Copy link

github-actions bot commented Oct 3, 2022

Code Coverage

Package Line Rate Branch Rate Health
HomeInventory.Domain 73% 81%
HomeInventory.Application 82% 38%
HomeInventory.Contracts.Validations 100% 94%
HomeInventory.Web 74% 75%
HomeInventory.Infrastructure 96% 50%
Summary 80% (542 / 681) 73% (89 / 122)

Minimum allowed line rate is 60%

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add ability to add 1 gallon jug of liquid
1 participant