dotnet-architecture / eShopOnWeb

Sample ASP.NET Core 8.0 reference application, powered by Microsoft, demonstrating a layered application architecture with monolithic deployment model. Download the eBook PDF from docs folder.
https://docs.microsoft.com/dotnet/standard/modern-web-apps-azure-architecture/
MIT License
10.12k stars 5.46k forks source link

Add Remove Item From Basket Feature #1051

Closed kdowswell closed 4 months ago

kdowswell commented 4 months ago

This pull request primarily introduces the functionality to remove items from a user's basket across the ApplicationCore and Web layers of the application. It also includes a minor change to the database configuration and some adjustments to the UI layout of the basket page.

Here are the most important changes:

Functionality to remove items from basket:

Minor changes:

UI layout adjustments: