You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problems including dealing with STI models, namespaced models, and the possibility of running separate admin interfaces.
I think a lot of this could be fixed by allowing users to configure the parameters that the resolver receives. So for example declare that a given set of controllers are going to use dashboards under a specific namespace.
Some of this could also be made easier if the resolver was a bit less clever. As I mention at #405 (comment), it tries to do a lot from very little, while it could receive more information than it does and at the same time be more configurable.
The text was updated successfully, but these errors were encountered:
A few issues currently open are related to how the resolver works. I have tagged them with resolver :
Problems including dealing with STI models, namespaced models, and the possibility of running separate admin interfaces.
I think a lot of this could be fixed by allowing users to configure the parameters that the resolver receives. So for example declare that a given set of controllers are going to use dashboards under a specific namespace.
Some of this could also be made easier if the resolver was a bit less clever. As I mention at #405 (comment), it tries to do a lot from very little, while it could receive more information than it does and at the same time be more configurable.
The text was updated successfully, but these errors were encountered: