[PR #51] [MERGED] fix1031_1 #52

Closed
opened 2026-03-03 13:58:12 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/labring/tentix/pull/51
Author: @huanglvjing
Created: 10/31/2025
Status: Merged
Merged: 10/31/2025
Merged by: @HUAHUAI23

Base: mainHead: fxmb2


📝 Commits (5)

📊 Changes

17 files changed (+490 additions, -339 deletions)

View changed files

📝 .env.template (+1 -0)
📝 frontend/src/components/staff/tickets-analytics/analytics-filter.tsx (+2 -2)
📝 frontend/src/components/staff/tickets-analytics/knowledge-base-hits.tsx (+50 -26)
📝 frontend/src/components/staff/tickets-analytics/lazy-analytics-wrapper.tsx (+12 -2)
📝 frontend/src/components/staff/tickets-analytics/rating-analysis.tsx (+14 -12)
📝 frontend/src/components/staff/tickets-analytics/ticket-status-analysis.tsx (+9 -8)
📝 frontend/src/components/staff/tickets-analytics/ticket-trend-chart.tsx (+19 -15)
📝 server/api/analytics/hot-issues-analysis.ts (+40 -14)
📝 server/api/analytics/knowledge-base-hits.ts (+5 -3)
📝 server/api/analytics/rating-analysis.ts (+1 -2)
📝 server/api/analytics/ticket-trend-chart.ts (+1 -2)
📝 server/api/analytics/utils.ts (+1 -2)
📝 server/api/precede.ts (+1 -0)
📝 server/utils/analytics/ai-insights-analyzer.ts (+154 -96)
📝 server/utils/analytics/hot-issue-analyzer.ts (+178 -154)
📝 server/utils/events/ticket/hotIssueAnalysisListener.ts (+1 -1)
📝 server/utils/kb/config.ts (+1 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/labring/tentix/pull/51 **Author:** [@huanglvjing](https://github.com/huanglvjing) **Created:** 10/31/2025 **Status:** ✅ Merged **Merged:** 10/31/2025 **Merged by:** [@HUAHUAI23](https://github.com/HUAHUAI23) **Base:** `main` ← **Head:** `fxmb2` --- ### 📝 Commits (5) - [`a9f97f3`](https://github.com/labring/tentix/commit/a9f97f3fb075863582618223f2d00f804a7a5692) fix1031_1 - [`ad26b3a`](https://github.com/labring/tentix/commit/ad26b3afda2c6abc4cb1316fc1e65321f631d9f9) fix1031_2 - [`f1cce94`](https://github.com/labring/tentix/commit/f1cce94ac6259baebda49ae015006c5a6d43b8e9) fix1031_3 - [`c12d5f9`](https://github.com/labring/tentix/commit/c12d5f96c6ec056a0e9e66ba1646b69912053417) fix1031_21 - [`8bc8a1e`](https://github.com/labring/tentix/commit/8bc8a1ec34158624b1931a42ecb397280dc3886a) fix1031_21 ### 📊 Changes **17 files changed** (+490 additions, -339 deletions) <details> <summary>View changed files</summary> 📝 `.env.template` (+1 -0) 📝 `frontend/src/components/staff/tickets-analytics/analytics-filter.tsx` (+2 -2) 📝 `frontend/src/components/staff/tickets-analytics/knowledge-base-hits.tsx` (+50 -26) 📝 `frontend/src/components/staff/tickets-analytics/lazy-analytics-wrapper.tsx` (+12 -2) 📝 `frontend/src/components/staff/tickets-analytics/rating-analysis.tsx` (+14 -12) 📝 `frontend/src/components/staff/tickets-analytics/ticket-status-analysis.tsx` (+9 -8) 📝 `frontend/src/components/staff/tickets-analytics/ticket-trend-chart.tsx` (+19 -15) 📝 `server/api/analytics/hot-issues-analysis.ts` (+40 -14) 📝 `server/api/analytics/knowledge-base-hits.ts` (+5 -3) 📝 `server/api/analytics/rating-analysis.ts` (+1 -2) 📝 `server/api/analytics/ticket-trend-chart.ts` (+1 -2) 📝 `server/api/analytics/utils.ts` (+1 -2) 📝 `server/api/precede.ts` (+1 -0) 📝 `server/utils/analytics/ai-insights-analyzer.ts` (+154 -96) 📝 `server/utils/analytics/hot-issue-analyzer.ts` (+178 -154) 📝 `server/utils/events/ticket/hotIssueAnalysisListener.ts` (+1 -1) 📝 `server/utils/kb/config.ts` (+1 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem closed this issue 2026-03-03 13:58:12 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tentix#52
No description provided.