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

Support "scopes" #7

Open
zachahn opened this issue Jun 23, 2022 · 0 comments
Open

Support "scopes" #7

zachahn opened this issue Jun 23, 2022 · 0 comments

Comments

@zachahn
Copy link
Member

zachahn commented Jun 23, 2022

ActiveAdmin has a feature called scopes. The UI shows each scope in a tab-like interface.

For example, one tab might show you all of the active records (no pun intended!), and the other might show you soft-deleted records. Or it might make sense to have one tab per region.

This scoping feature will be separate from the existing filtering feature; a scope is not a collection of filters, it's its own thing. But filters will be able to further filter down the current scope.

Is there a better name for this?

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

No branches or pull requests

1 participant