naleeha

Results 52 issues of naleeha

Currently using parent + order data in Simulation module Should introduce ignite demo specific data and remove dependency to Simulation module Do we want to change it to make it...

enhancement
good first issue
server
demo

### Description If you had a DataTable with a column where value is null, currently cannot specify null values in a filter e.g. where mycolumn = null Null value is...

bug
UI
server

## Bug Report ### Steps to Reproduce: When things error - e.g rpc call, need to capture exception and return useful response rather than crashing the app. Currently this is...

bug
server

When using following builder syntax to register the custom login validator, VUU server does not use it but use the default login validator. VuuSecurityOptions.apply() .withLoginValidator(new MyCustomLoginValidator()), Issue seem to be...

bug

Show different usecases and how to use the auto mapping in each of those case Review api for java & scala usages

## Feature Request ### Description of Problem: Currently there is a RowPermissionChecker which allows role based permission enforcing at row level It needs to know the current user's role Currently...

server

## Feature Request ### Description of Problem: Example when we need this - Big decimal, until it is supported https://github.com/finos/vuu/issues/1295 - Table Key expects to be String but entity in...

UI
server

## Feature Request ### Description of Problem: 1. Hard to write a unit test for things like data providers in the examples. Currently data providers cover - Source the data...

server

## Feature Request ### Description of Problem: Some of the data source need to use a field that is not string (e.g.) as table key Currently DataTable is typed to...

server

## Feature Request ### Description of Problem: Need a way to point to new users of VUU on how to get started on building application using VUU Make it as...