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

Filter strategies by blockchain #840

Closed
kenkunz opened this issue Oct 24, 2024 · 0 comments · Fixed by #841
Closed

Filter strategies by blockchain #840

kenkunz opened this issue Oct 24, 2024 · 0 comments · Fixed by #841
Assignees
Labels
enhancement New feature or request priority: P1 An important issue that must be fixed before the next release, but does nto require immediate focus. size: S A small task that can be completed in less than a day

Comments

@kenkunz
Copy link
Contributor

kenkunz commented Oct 24, 2024

Goal

As an investor viewing strategies on the homepage or strategy index page, I want to filter strategies by blockchain, so that I can view the strategies I'm most interested in.

Acceptance criteria

  1. A new blockchain filter selector is available on the homepage and strategies index page
  2. The filter includes all of the chains that are associated with at least 1 strategy that the user has access to view (admin users can access unpublished strategies)
  3. The filter includes an "all" option, which is the default
  4. When clicking a chain filter option, the list of displayed strategies updates to show only the matching strategies
  5. On the strategies index page, the selected filter is added to the URL as a param; clicking away and "back" preserves the selected filter
  6. For admin users, the blockchain and status (live vs. unpublished) filters may be combined (as "AND" criteria – only strategies are displayed that meet both filters)
  7. If no strategies meet the selected criteria, an appropriate fallback message is displayed
@kenkunz kenkunz added enhancement New feature or request priority: P1 An important issue that must be fixed before the next release, but does nto require immediate focus. size: S A small task that can be completed in less than a day labels Oct 24, 2024
@kenkunz kenkunz self-assigned this Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority: P1 An important issue that must be fixed before the next release, but does nto require immediate focus. size: S A small task that can be completed in less than a day
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant