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

[Feature] provider list & detail info #3

Open
bsjohnson01 opened this issue Aug 9, 2022 · 1 comment
Open

[Feature] provider list & detail info #3

bsjohnson01 opened this issue Aug 9, 2022 · 1 comment
Assignees
Labels

Comments

@bsjohnson01
Copy link
Collaborator

bsjohnson01 commented Aug 9, 2022

Image
Figure-1 providers list

Image
Figure-2 provider info

Feature Desc

  1. a provider list should be showed by pagination on the providers page in figure-1
  2. when I click on any of the provider's name, it should pop up a modal shows details of the provider. The modal should contains info outlined in figure-2.

API Resource

production api endpoint: https://pando-api.kencloud.com

  1. fetch all providers info: GET /provider/info
  2. fetch a specific provider's info: GET /provider/info?peerid=[PeerID]

Notice

a popup contains "interesed in integrating with PANDO" in figure-1 is NOT considered in this iteration.

@bsjohnson01 bsjohnson01 changed the title [Feature] providers list & detail info [Feature] provider list & detail info Aug 9, 2022
@yzStrive
Copy link
Contributor

/provider/info

{
"code": 200,
"message": "OK",
"Data": {
"registeredProviders": {}
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants