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

Directory Service UI build out #2

Open
0xean opened this issue Feb 23, 2023 · 0 comments
Open

Directory Service UI build out #2

0xean opened this issue Feb 23, 2023 · 0 comments

Comments

@0xean
Copy link

0xean commented Feb 23, 2023

Background

To enable arkeo users to locate service providers of the api they would like to access, a directory rest api has been developed and deployed alongside arkeo testnet.
For this to be useful on a broader scale, a basic UI will be developed allowing users to search for providers and view statistics.

Views

Provider Search

Allows searching the directory with various criteria via the rest api's /search/ endpoint.

Display

Display a table of results containing the following fields from the api response: (abbreviate as needed/negotiable)

  • Chain (might want to call this "Service?")
  • Provider Pubkey
  • Status
  • Min Duration
  • Max Duration
  • Subscription Rate
  • Pay-As-You-Go Rate
  • Bond
  • Metadata URI
  • Metadata Nonce

Statistics

Allows viewing aggregate statistics about providers and contracts via the rest api's /stats endpoint. In the future there will also be per-chain (service) stats available at /stats/{chain}.

Display

Display the aggregate data in a suitable way. IMO this could be displayed in the header rather than a dedicated page.

  • Provider Count
  • Open Contracts Count
  • Total Contracts Count
  • Contract Median Duration
  • Contract Median Rate
  • Query Count
  • Total Income
@0xean 0xean moved this to Todo in Arkeo Launch Feb 23, 2023
@cbarraford cbarraford moved this from Todo to Backlog in Arkeo Launch May 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

1 participant