Jason Fritsche
Jason Fritsche
+1 Another vote for needed
I cloned the project and made some changes on a local branch. The site is more responsive. Please let me know if I can push these changes. Thanks.
updated responsiveness
I'll take this one!
I may need help with creating the graphql query.
I've added this additional query to the `{DaRegion.slug}.tsx`: ``` allDaNeed( filter: {place: {region: {id: {eq: $id}}}} ) { nodes { product { ageGender category item sizeStyle unit } need }...
@jtfairbank Thoughts on the above?
@jtfairbank I think waiting on you to merge in will align well with my schedule. I haven't really had the bandwidth to work on anything outside of my day job...
@jtfairbank incredible job on the Needs chart!!!! Regarding using the chart in the regions/subregions, is the screenshot below along the lines of what we're expecting to see? 
@jtfairbank I believe what we want to do for each Region page is to show two tabs: Overview and Needs. Needs currently doesn't have path information being returned in Graphql....