sciencemine / digital-signage

4 stars 0 forks source link

Update model from exhibit selection screen of editor #113

Closed HumbleHominid closed 7 years ago

HumbleHominid commented 7 years ago

Currently have to open the editor the select Save Exhibit to update a model to a newer version. Adding a button on the exhibit selection screen to circumvent this would be nice. Can use the modelData service to update the model and download it from the exhibit selection screen. Going to want to move the saveModel function out of content-area.js and into the modelData service to prevent duplicated code.

HumbleHominid commented 7 years ago

Should be addressed with https://github.com/sciencemine/digital-signage/commit/1d7eb095b6cf0ab32fa2e1ff9ebd1254e9e180c8

HumbleHominid commented 7 years ago

Addressed with #117