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

Explorer should route based on search query, rather than requiring a dropdown input #156

Open
2 of 4 tasks
viktorbunin opened this issue Jun 30, 2021 · 0 comments
Open
2 of 4 tasks
Labels
enhancement New feature or request

Comments

@viktorbunin
Copy link

viktorbunin commented Jun 30, 2021

Summary

The Provenance Explorer currently forces users to select from the search drop down to narrow their search, but it shouldn't.

Problem Definition

Forcing the user to specify the variable by which to search is not necessary if the formats or content of the inputs can make it clear what the category is.

Taking Etherscan as an example, putting in

  • 0x3b7e026753bb0c2576a3a05de1afe3b0323d610f684fc13ba6bb2cd31a2dea21 brings up the correct associated tx
  • 0xddfAbCdc4D8FfC6d5beaf154f18B778f892A0740 brings up an address
  • 123 brings up a block

Forcing the selection results in failed first searches, which creates a bad UX.

Proposal

Make the search functionality identify the category on its own, while still enabling the user to narrow their search, similar to Etherscan today.


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
@webbushka webbushka added the enhancement New feature or request label Sep 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants