Open christophertubbs opened 1 year ago
Marking as Blocked to flag the issue, as I think this may have been completed.
FYI @christophertubbs, with this now being broken down nicely into subtasks, I've added the epic tag. That will keep it from being visible where it was previously in the project board, but you can still find it in the BL Multi-Task Issues view.
The configuration for an element for an evaluation might look like:
It would be useful to insert variables so that the same configuration may be used multiple times as conditions and needs change. The above configuration my look like the following with variable functionality:
Another example could be:
instead of
Steps:
This may be considered as done when a configuration may include strings such as
"{{ NOW }} "
or " {{ CONSTANT }}/path/to/whatever" may be used, are fully documented, and are have a good deal of unit tests.