Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor resolver #2361

Open
pablobm opened this issue Apr 19, 2023 · 0 comments
Open

Refactor resolver #2361

pablobm opened this issue Apr 19, 2023 · 0 comments

Comments

@pablobm
Copy link
Collaborator

pablobm commented Apr 19, 2023

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.

@pablobm pablobm added bug breakages in functionality that is implemented resolver epic and removed bug breakages in functionality that is implemented labels Apr 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant