feat(notif-inventory-alerts): admin bell: add inventory alerts (low stock, out of stock, expired/expiring, low margin)

This commit is contained in:
Deploy
2026-08-27 23:26:01 +02:00
parent 642272e155
commit 1376d3e4f0
14 changed files with 1277 additions and 27 deletions

View File

@@ -1,75 +1,75 @@
{
"feature_id": "TPV-DEV-IN-PROD",
"feature_id": "NOTIF-INVENTORY-ALERTS",
"stage": "close",
"agent": "leader",
"action": "Close: promote to done, commit, push (no remote configured)",
"action": "Close: promote to done, commit, push",
"state": "running",
"next_agent": "leader",
"waiting_for": "scripts/close_feature.py TPV-DEV-IN-PROD to finalize",
"updated_at": "2026-08-27T21:13:10Z",
"waiting_for": "scripts/close_feature.py NOTIF-INVENTORY-ALERTS",
"updated_at": "2026-08-27T21:26:01Z",
"timeline": [
{
"ts": "2026-08-27T21:05:08Z",
"ts": "2026-08-27T21:21:49Z",
"agent": "architect",
"stage": "design",
"state": "running",
"message": "Diagnose why TPV production serves next dev: locate deploy scripts, ecosystem config, container entrypoint"
"message": "Design: extend OrderNotifications bell with inventory tab (low stock, out of stock, caducados, por caducar, low margin)"
},
{
"ts": "2026-08-27T21:07:30Z",
"ts": "2026-08-27T21:22:47Z",
"agent": "architect",
"stage": "design",
"state": "done",
"message": "Design complete: smoke test in monolith.sh + docs hardening + runbook (architect.md)"
"message": "Design complete: 5 inventory alerts (low stock, out of stock, caducados, por caducar, margen <30%) via new endpoint + third tab in OrderNotifications"
},
{
"ts": "2026-08-27T21:08:00Z",
"ts": "2026-08-27T21:22:50Z",
"agent": "implementer",
"stage": "build",
"state": "running",
"message": "Implement smoke test in monolith.sh and harden docs"
"message": "Build: extend inventory.routes.ts (expired branch + notifications endpoint), api-client.ts (inventoryApi.notificationCounts), OrderNotifications.tsx (3rd tab)"
},
{
"ts": "2026-08-27T21:11:22Z",
"ts": "2026-08-27T21:25:06Z",
"agent": "implementer",
"stage": "build",
"state": "done",
"message": "Build complete: smoke test added to monolith.sh + docs hardened; verified with dev/prod mocks"
"message": "Build complete: backend endpoint + admin tab + 5 unit tests passing; pre-existing POS test failure unrelated"
},
{
"ts": "2026-08-27T21:11:55Z",
"ts": "2026-08-27T21:25:20Z",
"agent": "reviewer",
"stage": "review_gate",
"state": "done",
"message": "Review APPROVED: smoke test valid, mocks confirm behavior, scope respected"
"message": "Review APPROVED: CTE consistency, auth admin, no regressions, 5/5 tests pass"
},
{
"ts": "2026-08-27T21:12:15Z",
"ts": "2026-08-27T21:25:31Z",
"agent": "security",
"stage": "security_gate",
"state": "done",
"message": "Security APPROVED: zero secrets, zero new deps, no eval/source, grep -F safe, side effects bounded"
"message": "Security APPROVED: 10/10 checks; auth admin, SQL parametrizado, sin XSS, sin new deps"
},
{
"ts": "2026-08-27T21:12:33Z",
"ts": "2026-08-27T21:25:44Z",
"agent": "qa",
"stage": "qa_gate",
"state": "done",
"message": "QA APPROVED: 8/8 acceptance criteria PASS, 4/4 integration checks PASS, 4/4 regression checks PASS"
"message": "QA APPROVED: 8/9 AC PASS + 3 PASS_WITH_NOTE, 4/4 integration, 3/3 regression"
},
{
"ts": "2026-08-27T21:12:49Z",
"ts": "2026-08-27T21:25:54Z",
"agent": "documenter",
"stage": "document",
"state": "done",
"message": "Document complete: index of contract changes for operators + cross-refs to deploy docs"
"message": "Document complete: new endpoint contract + UI changes + operational notes"
},
{
"ts": "2026-08-27T21:13:10Z",
"ts": "2026-08-27T21:26:01Z",
"agent": "leader",
"stage": "close",
"state": "running",
"message": "Close: promote to done, commit, push (no remote configured)"
"message": "Close: promote to done, commit, push"
}
]
}