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

feat(network): list chain filtering #507

Open
lumtis opened this issue Dec 7, 2020 · 0 comments
Open

feat(network): list chain filtering #507

lumtis opened this issue Dec 7, 2020 · 0 comments

Comments

@lumtis
Copy link
Contributor

lumtis commented Dec 7, 2020

The curent implementation #479 list all the chains without any filtering.

I don’t think it will be good in a UX point of view since spn has the potential to store many chain. We have pagination capability for the query but I don’t think it is useful for this case.

We should have some kind of filtering. I think the most obvious filter we have is the source of the chain. A user interested in a project may want to know all the chains being deployed from that project.

So we could have an option —[source|project] fadeev/venus that list of the chains of this project. (It could even be mandatory in my opinion).

If this is implemented, we should also do refacto in spn to index the chains from their sourceURL.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

2 participants