feat(F-056): completed feature
This commit is contained in:
@@ -1,30 +1,30 @@
|
||||
# Feature actual
|
||||
|
||||
## Nueva feature pendiente — image-thumbs
|
||||
## Sin feature activa
|
||||
|
||||
**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.
|
||||
Backlog: 123 features (123 done).
|
||||
|
||||
## 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/
|
||||
SERVICE PID HTTP URL
|
||||
backend 76603 200 http://192.168.18.93:3000
|
||||
frontend 76631 200 http://192.168.18.93:3003/
|
||||
admin 76658 200 http://192.168.18.93:3004/
|
||||
storefront 76693 200 http://192.168.18.93:3005/
|
||||
```
|
||||
|
||||
Gestión: `./project/scripts/monolith.sh prod status|start|restart|stop|logs`
|
||||
|
||||
## Credenciales backoffice
|
||||
|
||||
- `admin@mercadodevida.com` / `Admin1234`
|
||||
- `info@rikrdo.es` (hash histórico)
|
||||
|
||||
## Diagnóstico rápido
|
||||
|
||||
### F-055 (done): Image thumbnails
|
||||
- 40px para listas, 200px para previews
|
||||
- Pre-generados con `./project/scripts/generate-thumbnails.sh`
|
||||
- URLs estáticas: `/uploads/40/<file>` y `/uploads/200/<file>`
|
||||
- CSS max-height en fichas de producto
|
||||
Reference in New Issue
Block a user