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

Queries and keys controllers in features namespace #5024

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

AntonKhorev
Copy link
Collaborator

Version 2 of #4616.

BrowseController only did feature queries. #4616 renamed it to QueriesController but that wasn't entirely ok becouse it didn't tell what was queried.

Here I'm renaming it to Features::QueriesController.

@tomhughes
Copy link
Member

Are we every likely to have anything else in Features though? Maybe it should just be FeatureQueries instead?

Also should it be singular Query rather than Queries?

@AntonKhorev AntonKhorev force-pushed the feature-queries-controller branch from b1ecf51 to 82efa48 Compare September 18, 2024 16:01
@AntonKhorev AntonKhorev force-pushed the feature-queries-controller branch from 82efa48 to b2711a8 Compare December 23, 2024 03:49
@AntonKhorev AntonKhorev changed the title Rename browse controller to features/queries controller Rename browse controller to queries controller Dec 23, 2024
@AntonKhorev AntonKhorev force-pushed the feature-queries-controller branch from b2711a8 to 3002807 Compare December 23, 2024 04:28
@AntonKhorev AntonKhorev changed the title Rename browse controller to queries controller Queries and keys controllers in features namespace Dec 23, 2024
@AntonKhorev
Copy link
Collaborator Author

Are we every likely to have anything else in Features though?

Moved map key there too.

I thought about combining them into one toolbar button. When you click it, it shows map key. If you click on the map after that, it does a query. I haven't done this because it's possible to make queries work without an extra click, and then it's not clear how to get to the map key.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants