Endpoint de producto y productos devuelven más detalles. Agrego dos barrios.

This commit is contained in:
nat 2022-01-24 12:17:30 -03:00
parent e54cf6a86d
commit c27e47bb2d
4 changed files with 7 additions and 3 deletions

View File

@ -30,7 +30,7 @@ class ProductoController extends Controller
*/
public function show(Producto $producto)
{
return $producto;
return new ProductoResource($producto);
}
}

View File

@ -20,10 +20,12 @@ class ProductoResource extends JsonResource
'precio' => $this->precio,
'categoria' => $this->categoria,
'proveedor' => optional($this->proveedor)->nombre,
'economia_solidaria' => optional($this->proveedor)->economia_solidaria,
'nacional' => optional($this->proveedor)->nacional,
'imagen' => optional($this->poster)->url(),
'descripcion' => $this->descripcion,
'apto_veganxs' => $this->apto_veganxs,
'apto_caliacxs' => $this->apto_caliacxs
'apto_celiacxs' => $this->apto_celiacxs
];
}
}

View File

@ -24,7 +24,7 @@ class CreateProductosTable extends Migration
$table->foreignId('imagen_id')->nullable();
$table->text('descripcion')->nullable();
$table->boolean('apto_veganxs')->nullable();
$table->boolean('apto_caliacxs')->nullable();
$table->boolean('apto_celiacxs')->nullable();
$table->timestamps();
});
}

View File

@ -18,6 +18,7 @@ PEÑAROL|OESTE|||
LAS PIEDRAS|OESTE|||
A.C.T.E.O|OESTE|||
NUEVO PARIS|OESTE|||
SANTA CATALINA|OESTE|||
BELVEDERE|OESTE|||
BATLLE BERRES|OESTE|||
CERRO PTI|OESTE|||
@ -34,6 +35,7 @@ CIUDAD VIEJA|SUR|||
COOP EJIDO|SUR|||
COVIREUS|SUR|||
LA BLANQUEADA|SUR|||
NITEP|SUR|||
LA CURVA|SUR|||
PANADERIA VIDAL|SUR|||
SUA|SUR|||

1 barrio region referente telefono correo
18 LAS PIEDRAS OESTE
19 A.C.T.E.O OESTE
20 NUEVO PARIS OESTE
21 SANTA CATALINA OESTE
22 BELVEDERE OESTE
23 BATLLE BERRES OESTE
24 CERRO PTI OESTE
35 COOP EJIDO SUR
36 COVIREUS SUR
37 LA BLANQUEADA SUR
38 NITEP SUR
39 LA CURVA SUR
40 PANADERIA VIDAL SUR
41 SUA SUR