feat(F-103): completed feature

This commit is contained in:
chattie
2026-08-21 07:55:18 +02:00
parent 5177a851aa
commit c07776822d
40 changed files with 886 additions and 156 deletions

View File

@@ -0,0 +1,14 @@
{
"feature_id": "F-103",
"agent": "reviewer",
"verdict": "APPROVED",
"summary": "Product editor reordered with auto/disabled slug and AI feedback; orders list fixed via paginated search endpoint; categories gain description, AI generation, emoji and bg/text color pickers; log viewer capped to viewport with 200-line cap.",
"evidence": [
"GET /orders now returns {items,total} with status/q/limit/offset filters (was plain array, breaking admin list)",
"ordersApi normalizes array|object responses",
"Category domain/repo/routes serialize description, bgColor, textColor; POST /categories/:id/generate-seo added",
"aiTextToHtml converts AI plain text to <p>/<ul> HTML and sanitizes existing HTML",
"ServerLogViewer caps at 200 lines and logs page uses fixed viewport height with internal scroll"
],
"timestamp": "2026-08-21T05:55:00Z"
}