finos / vuu

Vuu - an open source view server and html 5 based UI system
https://vuu.finos.org
Apache License 2.0
40 stars 27 forks source link

Clear API definitions between UI and API #1292

Open naleeha opened 5 months ago

naleeha commented 5 months ago

Feature Request

Description of Problem:

Currently the custom RPC call function defined on server is part of the RPC message UI need to send. We need a separation so what UI sends is not tied to internal function names. (also the interface name is used as "service" parameter of the rpc call)

Would be good to have a way to view catalog of possible messages that server and UI can send back and forward. This has been asked by other users of VUU as well

Potential Solutions:

TBC

Also need to provide documentations of all possible RCP messages - been asked by several users

naleeha commented 2 weeks ago

Might be best to wait for new RPC message type defined as outcome as https://github.com/finos/vuu/discussions/1447 Being tackled as part of this change https://github.com/finos/vuu/issues/1434