Issue 286
Added status and a way to change the status of the parcel:
@loic.huder I need your help to trigger the endpoint to change the status when a button is clicked. I presume that has to be done with the userResource.
const parcels = useResource(ParcelResource.listShape(), { investigationId: investigation.id, shipmentId: shipment._id });
const del = useFetcher(ParcelResource.deleteShape());
Edited by Alejandro De Maria Antolinos