freeCodeCamp / pantry-for-good

An open source food bank logistics and inventory management tool
Other
395 stars 189 forks source link

Add Customer Name to Packed Packages List #352

Closed davycheung closed 6 years ago

davycheung commented 6 years ago

Would be useful to add the Customer name to the packed packages list. The customer column is currently only displaying the Customer ID. Good one for a first-timer.

screen shot 2018-01-01 at 5 00 15 pm
sneh1 commented 6 years ago

I want to work on this.

sneh1 commented 6 years ago

When I try to commit my change. I get error: Fatal RangeError: Maximum call stack size exceeded It has also been discussed here: #130 How can I commit my change, is there a workaround?

jspaine commented 6 years ago

You can add the --no-verify flag to git commit or git push to skip running the tests if you think the error's not related to your changes.