clowder-framework / clowder2

Clowder v2 (in development)
Apache License 2.0
12 stars 6 forks source link

Research if we can put the rendering visualization bytes logic from clientside to backend #676

Open ddey2 opened 1 year ago

ddey2 commented 1 year ago

Currently, all the fall back logic if visualization data is not present is in client side (frontend). The code is a bit messy. Check if we can put that to a backend endpoint.

max-zilla commented 1 year ago