feat(content+admin): home-events CRUD + comments moderation
Build backend images / build content-svc (push) Failing after 45s
Build backend images / build file-svc (push) Failing after 1m3s
Build backend images / build gateway (push) Failing after 0s
Build backend images / build identity-svc (push) Failing after 0s
Build backend images / build notification-svc (push) Failing after 1s
Build backend images / build render-svc (push) Failing after 1s
Build backend images / build studio-svc (push) Failing after 0s

- content-svc: home-events gains Create/Update/Delete + includeInactive list
  (POST/PUT/DELETE /v1/home-events, admin-gated; dates coerced to UTC)
- admin /admin/home-events: full CRUD for homepage hero event banners
- admin /admin/comments: list + approve/unapprove + delete (moderation)
- AdminResource: optional listQuery to fetch inactive rows for admin views

Fills the remaining legacy-admin gaps (home events, comments).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
soroush.asadi
2026-06-02 22:24:56 +03:30
parent 3acd366fda
commit 0b538e1b1e
10 changed files with 173 additions and 15 deletions
+3 -1
View File
@@ -329,7 +329,9 @@
"crm": "CRM",
"ranking": "Ranking",
"stats": "Dashboard",
"music": "Music"
"music": "Music",
"homeEvents": "Home Events",
"comments": "Comments"
},
"appAdminNodesPage": {
"title": "Render Nodes",
+3 -1
View File
@@ -329,7 +329,9 @@
"crm": "مدیریت مشتریان",
"ranking": "رتبه‌بندی",
"stats": "داشبورد",
"music": "موسیقی"
"music": "موسیقی",
"homeEvents": "رویدادهای صفحه اصلی",
"comments": "نظرات"
},
"appAdminNodesPage": {
"title": "نودهای رندر",