31 lines
837 B
Markdown
31 lines
837 B
Markdown
# Feature actual
|
|
|
|
## Nueva feature pendiente — image-thumbs
|
|
|
|
**Descripción:** thumbnails cacheados en backend + CSS max-size en frontend
|
|
|
|
**Scope:**
|
|
1. Backend: generar thumbnails 40px y 200px bajo demanda, cachear en disco
|
|
2. Frontend: CSS max-width/max-height en fichas de producto
|
|
3. Admin: usar thumbnail 200px en previews de edición
|
|
|
|
**Pendiente:** crear ticket en backlog y empezar workflow
|
|
|
|
---
|
|
|
|
## Backlog: 122 features (122 done)
|
|
|
|
Todos los servicios OK.
|
|
|
|
## Servicios productivos
|
|
|
|
```
|
|
SERVICE PID HTTP URL
|
|
backend 68121 200 http://192.168.18.93:3000
|
|
frontend 68148 200 http://192.168.18.93:3003/
|
|
admin 68176 200 http://192.168.18.93:3004/
|
|
storefront 68204 200 http://192.168.18.93:3005/
|
|
```
|
|
|
|
Gestión: `./project/scripts/monolith.sh prod status|start|restart|stop|logs`
|