Closed haneslinger closed 1 year ago
What is the status of the model namespace prepending when evaluating a template in the UI? Is that something which was intended for this PR or for a future one?
We can add it in this PR- I'm just not sure how to do it... it's just this?
bindings = {k: model.name + v for k,v in bindings.items()}
What is the status of the model namespace prepending when evaluating a template in the UI? Is that something which was intended for this PR or for a future one?
We can add it in this PR- I'm just not sure how to do it... it's just this?
bindings = {k: model.name + v for k,v in bindings.items()}
I think minimally that's about is, there's still a question about the separator. Maybe just use a /
for now
This passes locally 😿
Moves the evaluate ui to the model detail page.