Closed dobro929 closed 2 years ago
API Endpoint (companies//gardens//beds//plants) doesn't work in the current dev branch. The method getPlants needs the variable bed_id. Suggestion: getPlants(request, company_id: string, garden_id: string, bed_id: string)
getPlants(request, company_id: string, garden_id: string, bed_id: string)
We also need to change name to plant.
name
plant
Problem fixed, dev branch updated.
in the current dev branch the mock data JSON does not have the changed attribute from "name" to "plant"
API Endpoint (companies//gardens//beds//plants ) doesn't work in the current dev branch. The method getPlants needs the variable bed_id.
Suggestion:
getPlants(request, company_id: string, garden_id: string, bed_id: string)
We also need to change
name
toplant
.