mertalbahar / MultiShop

In this project, we will use Microservices, MongoDb, Dapper, Entity Framework, Onion Architecture, Layered Architecture, CQRS, Mediator, Docker, Portainer, Identity, JWT, Bearer, Redis, PostgreSql, Ocelot, Postman, SignalR.
0 stars 0 forks source link

Product filters by categoryId must be refactored. #18

Open mertalbahar opened 2 months ago

mertalbahar commented 2 months ago

17 Product filter by categoryId should be refactored. CategoryId transferred by WievBag.Id and Product index page without categoryId filter is not working.

mertalbahar commented 2 months ago

Product index page without categoryId filter solved. asp-route-id="" tag helper added for Product Index page to achieve get all products without category filter.