-
Notifications
You must be signed in to change notification settings - Fork 18
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
Update recurring donation status #1243
Labels
Comments
divine-comedian
changed the title
Update recurring donation status
Update recurring donation status
Jan 14, 2024
6 tasks
Open Questions on Saving the extra data
|
We can use Subgraph to query latest value of amount donated and use Chainlink or QuickNode API to find USD value. @MohammadPCh @mohammadranjbarz please share your thoughts here. |
@CarlosQ96 This is the issue related to get recurring donation info from blockchain |
Closing this issue - follow up in #1148 |
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Recurring Donations can be ended either by user action or automatically when the user's super token balance reaches a critical low point (almost zero).
We should handle when this happens. When a user triggers this action by ending their stream (possible from my donations UI)
Giveth/giveth-dapps-v2#3092
We should update the status of the recurring donation so we know its no longer active.
When it is triggered outside of the UI, either on another UI, directly on the blockchain by a user or by the super token running out of balance we need to capture that and also update the status - we can follow this in #1148
The text was updated successfully, but these errors were encountered: