@vuu-ui/vuu-data-remote 0.8.18-debug

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,19 @@
1
+ # vuu-data
2
+
3
+ This package allows a web application to consume data from a [VUU](https://https://vuu.finos.org/docs/introduction/intro/) server instance.
4
+
5
+ ## RPC calls
6
+
7
+ There are two flavours of RPC call, 'direct' RPC calls and 'menu' RPC calls.
8
+
9
+ This package supports both, direct RPC calls are made via the ConnectionManager - the useRpcService hook can be used from a React component. Menu RPC calls always pertain to a specific viewport and are made via the DataSource.
10
+
11
+ Currently there are two direct Rpc requests, both provided by the TYPEAHEAD module , the two methods are:
12
+
13
+ - getUniqueFieldValues
14
+ - getUniqueFieldValuesStartingWith
15
+
16
+ There are two menu Rpc requests, provided by the CORE module. The rpcNames are
17
+
18
+ - ADD_ROWS_TO_ORDERS
19
+ - SET_SPEED_MED | SET_SPEED_SLOW | SET_SPEED_FAST