lukashornych / evitalab

Official web-based GUI client for evitaDB e-commerce database. It is built to help developers who use evitaDB with exploring and debugging their domain structure and data. Besides standard query executing, it also supports multiple no-code tools to quickly navigate through domain structure, docs and data without needing to write any queries.
https://github.com/lukashornych/evitalab
Apache License 2.0
7 stars 1 forks source link

Support prices in data grid #71

Closed lukashornych closed 5 months ago

lukashornych commented 7 months ago

Right now, there is no way to display prices of entities in data grid.

The idea is to display only a count of fetched entities in grid cell and in detail display entire pretty printed list of entities.

lukashornych commented 5 months ago

Final solution displays count of prices with price for sale in a cell. The detail of cell then provide detail of price for sale object as well as list of all price objects with filtering.

lukashornych commented 5 months ago

After some discussion in team, we want to AD-HOC compute priceForSale for current price listing filter on server.