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

Build Itemized contributions Backend #231

Open
rwalek668 opened this issue Jul 1, 2021 · 0 comments
Open

Build Itemized contributions Backend #231

rwalek668 opened this issue Jul 1, 2021 · 0 comments
Assignees

Comments

@rwalek668
Copy link
Collaborator

@alessandro-pianetta is leading the frontend changes for this FR which essentially involves enabling users to see each individual contribution made to committees. To enable this, we need the backend to return the requisite data. Alex proposed a potential backend API (which has not yet been solidified):
[{
ID,
committeeName,
totalContributions,
contributors: [{
name,
contributorType,
occupation,
employer
zipCode,
contributionAmount,
contributionDate
}]
}]

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

No branches or pull requests

2 participants