Granola-Team / mina-block-explorer

Web application for the Mina blockchain
Apache License 2.0
6 stars 6 forks source link

The front-end does not facilitate username search on accounts listing page #662

Closed n1tranquilla closed 2 months ago

n1tranquilla commented 3 months ago
type Account {
  publicKey: String
  username: String
  balance: Int
  nonce: Int
  delegate: String
  timeLocked: Boolean
}

type AccountQueryInput {
  public_key: String
}

enum AccountSortByInput {
  BALANCE_DESC
}
robinbb commented 3 months ago

Blocked on https://github.com/Granola-Team/mina-indexer/issues/896

robinbb commented 3 months ago

@n1tranquilla Is this still blocked?

n1tranquilla commented 3 months ago

It appears to be:

Image

trevorbernard commented 3 months ago

What do you mean by "partial search"? Like prefix matching? Or exact username match?

n1tranquilla commented 3 months ago

On the accounts page, I think we should support searching by username. Which means that I might not know the full username, and am expected to get a partial match. Let me see if this belongs in equivalence or not.

n1tranquilla commented 3 months ago

This is not supported in minaexplorer.com and so this belongs in "maintenance": https://minaexplorer.com/ledger

Isaac-DeFrain commented 3 months ago

No longer blocked

Image

Isaac-DeFrain commented 3 months ago

Related Granola-Team/mina-indexer#1065 & Granola-Team/mina-indexer#1066