feat: add monitoring marked articles and retention updates
Frontend CI / Frontend (push) Successful in 7m47s
Backend CI / Backend (push) Successful in 19m26s

This commit is contained in:
2026-06-17 12:48:41 +08:00
parent 9ed857e159
commit 31c4dd9358
40 changed files with 2373 additions and 488 deletions
@@ -42,6 +42,10 @@ func TestProtectedRoutes_RequireAuth(t *testing.T) {
{http.MethodGet, "/api/tenant/brands"},
{http.MethodGet, "/api/tenant/brands/library-summary"},
{http.MethodGet, "/api/tenant/monitoring/brands/:brand_id/questions/:question_id/detail"},
{http.MethodGet, "/api/tenant/monitoring/marked-articles"},
{http.MethodPost, "/api/tenant/monitoring/marked-articles"},
{http.MethodPut, "/api/tenant/monitoring/marked-articles/:id"},
{http.MethodDelete, "/api/tenant/monitoring/marked-articles/:id"},
{http.MethodPost, "/api/tenant/brands"},
}