Closed bengaid closed 8 months ago
LITE_MODE | TAIPY_LINK | Result |
---|---|---|
False | False | Legacy mode, as in main or develop branches. Not listening to Taipy GUI websocket, and all features displayed |
False | True | Websocket listening to Taipy GUI, running Chalk'it with all features |
True | False | Not having sense. Masking dataNodes, graph and other features with no Link to Taipy |
True | True | Target for Taipy users. Websocket listening and and dataNodes, graph masked |
Thanks Ghiles, works as specified.
We should separate
LITE_BUILD
andTAIPY_LINK
Current Chalk'it users would like to combine the power of both tools, having both datanodes and Python code in Taipy. We should then change datanodes handling to ensure Taipy related datanodes such as taipy_link are readonly. This feature will also help debugging.
Followed by @abirEF and @TristanBartement