Skip to content

Build Itemized contributions Backend #231

@rwalek668

Description

@rwalek668

@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
}]
}]

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions