NREL / BuildingMOTIF

Building Metadata OnTology Interoperability Framework (BuildingMOTIF). For models, see https://models.open223.info/
https://buildingmotif.readthedocs.io/
Other
49 stars 7 forks source link

Evaluate template in model UI #232

Closed haneslinger closed 1 year ago

haneslinger commented 1 year ago

Moves the evaluate ui to the model detail page.

image image image
haneslinger commented 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()}
TShapinsky commented 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()}

I think minimally that's about is, there's still a question about the separator. Maybe just use a / for now

haneslinger commented 1 year ago

This passes locally 😿