naleeha
naleeha
Need to also look at support for the null or other concepts of missing data in a calculated column Currently its not part of parser syntax
Some of the findings for further discussion **Problem 1** When accessing the row data (row.get(columnName)), it doesn’t currently always have all the columns that are defined in the table. So...
Might be best to wait for new RPC message type & RPC handler implementation on server side Related Discussion https://github.com/finos/vuu/discussions/1447 Being tackled as part of this change https://github.com/finos/vuu/issues/1434 - New...
`GetTableMetaResponse` currently sorts the columns Need to return the columns in the order it was defined in the TableDef to enable driving of the table column order from server side....
Example error - when filter input fails on the ui and sends "undefined undefined undefined" to server, currently blows up 17:58:55.214 [viewPortExecutorRunner[4]7] INFO o.f.v.e.ignite.IgniteOrderStore - Loaded Ignite ChildOrder for 5156...
@chrisjstevo had one idea which was to use something similar to LogAtFrequency (currently in the code base to log at certain intervals) It is a good option but i dont...
The code for the filter for inmemory table found https://github.com/finos/vuu/blob/main/vuu/src/main/scala/org/finos/vuu/core/filter/FilterClause.scala
Need to address this in the StartWith typehaead function. Code found in `InMemColumnValueProvider` for in-memory table Also need to review for virtualized table Do we need to make the string...
To summarize, following need to be reviewed in typeahead & string based filter (equal, in, contains, starts, end, not equal) functionality - We have agreed type ahead should be case...
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