lbl-srg / ctrl-flow-dev

ctrl-flow development
Other
0 stars 0 forks source link

BE: Extract pre-assigned values #112

Closed darenkeck-dev closed 1 year ago

darenkeck-dev commented 2 years ago

In the template there are values assigned that need to be accessible in order to correctly evaluate expressions.

Extract pre-assigned values into 'selections' that get stored with a template that could in theory be sent to the front-end.

darenkeck-dev commented 1 year ago

I'm closing this as an initial version of this is merged and working well enough for use in the front end. Additional work on this can be grouped under new issues.

Flintonian commented 1 year ago

Make sure default value is extracted by parser. This is in good enough state to close and any new issues will have new issue created.