VFMCS / web-app

This is the repository for webapp
MIT License
1 stars 2 forks source link

Farmers can update existing items #33

Open fjfur10 opened 1 year ago

fjfur10 commented 1 year ago

Farmers should be able to update already created items Currently an edit button exists in the farmer's products page, but the FarmersPostItems component needs to be updated to support editMode (with a boolean parameter). A PATCH endpoint will be necessary