GoodDollar / GoodCollective

Monorepo for GoodCollective (Segmented UBI and Direct Payments Pool)
MIT License
3 stars 1 forks source link

subgraph does not provide all data needed for dApp #59

Closed krisbitney closed 8 months ago

krisbitney commented 8 months ago

The subgraph is incomplete and does not yet provide all of the data needed to complete the dApp.

# TODO
# get total donated from correct field
# handling of generated pools from factory contract
# update nft with stewards on claim
# per collective donor/steward record
    # each collective needs to know donors and stewards
    # each donor and steward needs top know per-collective data (e.g. how much did I donate to this collective)
# How to know if steward is verified?
# Is Donor unique by "supporter" or by "id"? If by id, do we need timestamps to know the current donation status?