30 lines
891 B
Markdown
30 lines
891 B
Markdown
# Feature actual
|
|
|
|
## Sin feature activa
|
|
|
|
Backlog: 137 features (137 done). Última feature cerrada: **F-069** — Shipping method descriptions editable in admin.
|
|
|
|
## Servicios productivos
|
|
|
|
```
|
|
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 |