Jason Fritsche

Results 10 comments of 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 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 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? ![image](https://user-images.githubusercontent.com/34847680/212204239-bfc944f2-8a86-4226-afc6-ca9a43266263.png)

@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....