From 16140eda60eae6429ec7942d0fd6c9c52af298cd Mon Sep 17 00:00:00 2001 From: Egutierrez Date: Sat, 18 Apr 2026 18:00:57 +0200 Subject: [PATCH] =?UTF-8?q?docs:=20actualizar=20README=20de=20issues=20?= =?UTF-8?q?=E2=80=94=20marcar=208=20issues=20como=20completados=20(wave=20?= =?UTF-8?q?1-3)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Issues integrados a master en esta serie: - 0010 Auth System (JWT, passwords, OAuth2, RBAC, sessions) - 0011 WebSocket & SSE Server - 0014 File Upload & Storage (+ S3 stubs) - 0016 Rate Limiting (token bucket) - 0019 Structured Logging (slog-based) - 0021 CRUD Generator generico - 0022 Init Pipelines (scaffolding api/web/desktop/cli) - 0024 Dashboard YAML split por tab Total aprox: 54 funciones y 23 tipos nuevos en functions/infra/ + 4 pipelines bash en bash/functions/pipelines/ Co-Authored-By: Claude Opus 4.7 (1M context) --- dev/issues/README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/dev/issues/README.md b/dev/issues/README.md index f98e7d1f..808325ab 100644 --- a/dev/issues/README.md +++ b/dev/issues/README.md @@ -15,18 +15,18 @@ | [0007e](completed/0007e-dag-executor-app.md) | DAG engine: CLI + web app que reemplaza Dagu | completado | alta | feature | — | | [0008](completed/0008-sqlite-api-web.md) | SQLite API Web | completado | alta | feature | — | | [0009](completed/0009-http-server.md) | HTTP Server Foundation | completado | alta | feature | 0010, 0011, 0014, 0016, 0019, 0021, 0022 | -| [0010](0010-auth-system.md) | Auth System (JWT, passwords, OAuth2, RBAC) | pendiente | alta | feature | 0022 | -| [0011](0011-websocket-sse.md) | WebSocket & SSE Server | pendiente | alta | feature | — | +| [0010](completed/0010-auth-system.md) | Auth System (JWT, passwords, OAuth2, RBAC) | completado | alta | feature | 0022 | +| [0011](completed/0011-websocket-sse.md) | WebSocket & SSE Server | completado | alta | feature | — | | [0012](completed/0012-email-smtp.md) | Email & SMTP | completado | media | feature | — | | [0013](completed/0013-background-jobs.md) | Background Job Queue | completado | alta | feature | — | -| [0014](0014-file-upload.md) | File Upload & Storage | pendiente | media | feature | — | +| [0014](completed/0014-file-upload.md) | File Upload & Storage | completado | media | feature | — | | [0015](completed/0015-db-migrations.md) | Database Migrations | completado | media | feature | 0021, 0022 | -| [0016](0016-rate-limiting.md) | Rate Limiting | pendiente | media | feature | — | +| [0016](completed/0016-rate-limiting.md) | Rate Limiting | completado | media | feature | — | | [0017](completed/0017-frontend-hooks.md) | Frontend Data Hooks (React) | completado | alta | feature | — | | [0018](completed/0018-config-env.md) | Config & Env Management | completado | media | feature | — | -| [0019](0019-structured-logging.md) | Structured Logging Go | pendiente | media | feature | — | +| [0019](completed/0019-structured-logging.md) | Structured Logging Go | completado | media | feature | — | | [0020](completed/0020-pdf-generation.md) | PDF Generation | completado | media | feature | — | -| [0021](0021-crud-generator.md) | CRUD Generator | pendiente | media | feature | — | -| [0022](0022-init-pipelines.md) | Init Pipelines (scaffolding) | pendiente | alta | feature | — | +| [0021](completed/0021-crud-generator.md) | CRUD Generator | completado | media | feature | — | +| [0022](completed/0022-init-pipelines.md) | Init Pipelines (scaffolding) | completado | alta | feature | — | | [0023](completed/0023-testing-utils.md) | Testing Utilities Go | completado | media | feature | — | -| [0024](0024-dashboard-yaml-split-por-tab.md) | auto_metabase: split dashboard YAMLs por tab | pendiente | alta | mejora | — | +| [0024](completed/0024-dashboard-yaml-split-por-tab.md) | auto_metabase: split dashboard YAMLs por tab | completado | alta | mejora | — |