distributeaid / toolbox

DistributeAid Toolbox
http://distributeaid.org
GNU Affero General Public License v3.0
3 stars 1 forks source link

Current needs by addresses graphql api #82

Closed pedro-gutierrez closed 3 years ago

pedro-gutierrez commented 3 years ago

This PR implements a graphql query named currentNeedsByAddresses that returns an aggregated needs list for a given list of address ids.

Also refactors some test fixtures, introduces a simple expectation framework on aggregated entries and fixes some bugs from previous PRs https://github.com/distributeaid/toolbox/pull/75 and https://github.com/distributeaid/toolbox/pull/80

Fixes https://github.com/distributeaid/toolbox/issues/68