matai-2022 / gardenz

Empowering community gardens in New Zealand
0 stars 1 forks source link

46 produceform component test #82

Closed ptranny closed 2 years ago

ptranny commented 2 years ago

Refactored ProduceForm and AddProduce components for a better separation of concerns. AddProduce now handles all of the async API fetching logic and passes this down to ProduceForm as props. The helper functions that were originally in ProduceFormHelper (and their tests) have been moved accordingly - to AddProduceHelper.