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

endpoint for micro-credit global data dashboard #545

Closed
vibern0 opened this issue Mar 23, 2023 · 1 comment · Fixed by #566
Closed

endpoint for micro-credit global data dashboard #545

vibern0 opened this issue Mar 23, 2023 · 1 comment · Fixed by #566

Comments

@vibern0
Copy link
Contributor

vibern0 commented Mar 23, 2023

See designs https://www.figma.com/file/hdfvUzjBN7yA9hlB4eG3Fe/Website?node-id=10512%3A117655&t=FwF5Zgmg5yFCoSV1-1

Some data will be coming from TheGraph, some other from the backend, but that data we won't have on this first phase, such as "total applicants" and "in review"

Dependent on impactMarket/subgraph-micro-credit#1

@vibern0
Copy link
Contributor Author

vibern0 commented Mar 29, 2023

Base data is indexed

{
  microCredit(id: "0") {
    borrowed {
      asset
      amount
    }
    debt {
      asset
      amount
    }
  }
}

https://thegraph.com/hosted-service/subgraph/impactmarket/alfajores-microcredit

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

Successfully merging a pull request may close this issue.

2 participants