vuu icon indicating copy to clipboard operation
vuu copied to clipboard

Demo linked filtering across multiple tables

Open naleeha opened this issue 1 year ago • 2 comments

Common usecase to want to select/filter on a data set and see related data in another data sete.g. When user selecting client, see all orders related to client, all executions related to order and so on

Create a demo to illustrate this

e.g. underlying name > parent order > child order

naleeha avatar Jan 29 '24 12:01 naleeha

This is related https://github.com/finos/vuu/issues/1092 It's question about supporting linking for various tables for the basket demo

See following are related and need addressing as part of this https://github.com/finos/vuu/issues/490 https://github.com/finos/vuu/issues/1092

naleeha avatar Jan 29 '24 12:01 naleeha

Checklist to be able to do multiple tables (for BasketTrading -> BasketTrading; BasketTrading -> BasketTradingConstituentJoin)

  • [x] Able to link on the same kind of table (different instance of viewport) - i.e. BasketTrading to BasketTrading
  • [x] Able to link join table to parent table
  • [ ] (Able to link on the same kind of table) when right click should only show other instances tables

keikeicheung avatar Mar 09 '24 15:03 keikeicheung