instedd / mbuilder

Scalable SMS application builder
http://mbuilder.instedd.org/
6 stars 1 forks source link

Review hub_controller #278

Closed bcardiff closed 9 years ago

bcardiff commented 9 years ago

Since hub picker now returns a reflect object there is no need for a request to the hub-api-proxy. There might be no need for hub_controller.

bcardiff commented 9 years ago

My bad, hub picker does not return yet a reflect object. It returns a whole path to the selection which is already been used to display the breadcrumb.

Yet, since there is an update from hub button to refresh metadata from action and data, there is no way currently to get rid of the hub api proxy due to CORS/Authentication.