Is your feature request related to a problem? Please describe.
Now that we have needs lists per project and date range, we would like to be able to have aggregated needs lists.
Describe the solution you'd like
A needsListByCity GraphQL query to return aggregated needs for a city and a date range. It takes a city, a country, a from and to dates and returns an AggregatedNeedsList, as a NeedsList alike structure, without any project information
A similar GraphQL currentNeedsListByCity, for the current date.
Is your feature request related to a problem? Please describe.
Now that we have needs lists per project and date range, we would like to be able to have aggregated needs lists.
Describe the solution you'd like
A
needsListByCity
GraphQL query to return aggregated needs for a city and a date range. It takes a city, a country, afrom
andto
dates and returns anAggregatedNeedsList
, as aNeedsList
alike structure, without any project informationA similar GraphQL
currentNeedsListByCity
, for the current date.