Open miketynes opened 3 years ago
Note: I think we'll have to implement a more general wf aciton set create at the python level, replacing the PGSQL code.
NL suggests
pt 1 allows us to avoid rewriting upsert. In template everything can be given as an array of appropriate type, and python can populate appropriately.
pt 2 -- users dont break things
Long term:
1-4 are minimal to close this issue, OR a spreadsheet flavored interface like in LS instead of 4.
@jpannizzo This is the issue associated w/ the Val array specification form feature we discussed today. The notes above were written mostly to myself about some ideas for implicitly creating arrays based on a few input parameters. Shekar and I had some discussions last week and decided that implicit array creation was confusing and that the most conceptually simple way to handle array parameters would be to have a spreadsheet-style UI form where all values are explicitly entered by the user.
Nick and JS request a numpy/mathematica flavored way of creating experiments based on arrays of parameters.
WFActionSet currently kindof implements this.
Logical steps are: