flow icon indicating copy to clipboard operation
flow copied to clipboard

flow_view_vars focused on single variable, possible multiple scripts ?

Open moodymudskipper opened this issue 2 years ago • 1 comments

I think flow_view_vars() works well with good functions BUT :

  • If we have a very messy function
  • If we have numerous scripts (to be run in a sequence ?)

Then the whole web is too much.

A use case : I read data from a csv, show me everything that is impacted by this data.

I need to know what scripts are in scope and in which order they're run, both can have smart defaults, if expand is FALSE the order of scripts doesn't matter.

flow_view_var() ? (without "s")

moodymudskipper avatar Apr 15 '22 11:04 moodymudskipper

The opposite view is also interesting, show me everything that led to building a given variable.

moodymudskipper avatar Apr 15 '22 11:04 moodymudskipper