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

Profile : Historic data : Total funds raised #31

Open
binnyva opened this issue May 16, 2021 · 1 comment
Open

Profile : Historic data : Total funds raised #31

binnyva opened this issue May 16, 2021 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@binnyva
Copy link
Member

binnyva commented May 16, 2021

Show historic details of the user in their profile page. All funds ever raised by this volunteer over all time. It can link out to funds raised this year as well(https://makeadiff.in/madnet/#/donations)
PS: API needs to be ready.

@binnyva binnyva added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels May 16, 2021
@binnyva
Copy link
Member Author

binnyva commented Nov 7, 2021

API: Use GraphQL...

{ 
  user(id: USER_ID_GOES_HERE) { 
  past_donations { id amount type added_on }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant