timestored / pulseui

Real-time interactive database applications
https://www.timestored.com/pulse/
Other
54 stars 6 forks source link

kdb - Allow sending all variables as dictionary. #243

Open ryanhamilton opened 1 month ago

ryanhamilton commented 1 month ago

user-jl user-bam

One feature request that came to me recently - it would be great if we had a way of passing through all the GUI context/variables, as a single dictionary (or as json that we can .j.j on the kdb side). We could then do a better job of keeping the UI code in server-hosted Q files. Each of our control/viz functions would just take that single dictionary/json parameter, and pull out the variables that it cares about. Let me know what you think.