baratgabor / MyWarehouse

Clean Architecture and Domain Driven Design sample project based on C# 10 / .NET 6 / ASP.NET Core 6 / EF Core 6 & Angular 11 with Bootstrap.
MIT License
243 stars 69 forks source link

Cannot browse all products when creating transactions #6

Open baratgabor opened 3 years ago

baratgabor commented 3 years ago

The typeahead search on transaction creation modal was hastily implemented, and it only shows a certain number of products, without ability to display a scrollable list. If too many products match a given search keyword, only the first X will be selectable.

Instead of hard-limiting the number of products to a low number, implement a scrolling result list and show significantly more products.

Optionally also implement an alternative product selector that lists all products without searching.