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

Add functional product discovery page (shows list of bonds) #2

Closed
1 task done
RusseII opened this issue Mar 18, 2022 · 1 comment · Fixed by #6
Closed
1 task done

Add functional product discovery page (shows list of bonds) #2

RusseII opened this issue Mar 18, 2022 · 1 comment · Fixed by #6

Comments

@RusseII
Copy link
Contributor

RusseII commented Mar 18, 2022

https://github.com/porter-finance/product/tree/main/spec/pages/product_discovery_page

  • Fetch all porter bonds and display them in a list. Clicking on a porter bond should open the product page for that bond
@RusseII RusseII changed the title Add functional bond page Add functional product discovery page (shows list of bonds) Mar 18, 2022
@RusseII
Copy link
Contributor Author

RusseII commented Mar 21, 2022

{
  bonds(first:5) {
    id
    name,
    symbol
  }
}

Add pagination?
Edit: Pagination is probably unnecessary for now unless you want to add it. We can just return the first 100 bonds or something. There will probably be 5 bonds made per month max so would take a while to get to 100...

@luckyrobot luckyrobot self-assigned this Mar 21, 2022
@luckyrobot luckyrobot removed their assignment May 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants