[PR #47] [MERGED] fix(add):analytics #49

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

📋 Pull Request Information

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

Base: mainHead: feature/analytics-dashboard


📝 Commits (10+)

📊 Changes

43 files changed (+8602 additions, -437 deletions)

View changed files

📝 bun.lock (+11 -53)
📝 frontend/package.json (+1 -0)
frontend/src/components/common/date-range-picker.tsx (+88 -0)
frontend/src/components/common/echarts-wrapper.tsx (+65 -0)
📝 frontend/src/components/staff/sidebar.tsx (+16 -1)
frontend/src/components/staff/tickets-analytics/analytics-filter.tsx (+151 -0)
frontend/src/components/staff/tickets-analytics/hot-issues-analysis.tsx (+377 -0)
frontend/src/components/staff/tickets-analytics/knowledge-base-hits.tsx (+742 -0)
frontend/src/components/staff/tickets-analytics/lazy-analytics-wrapper.tsx (+82 -0)
frontend/src/components/staff/tickets-analytics/module-analysis.tsx (+175 -0)
frontend/src/components/staff/tickets-analytics/rating-analysis.tsx (+331 -0)
frontend/src/components/staff/tickets-analytics/ticket-status-analysis.tsx (+286 -0)
frontend/src/components/staff/tickets-analytics/ticket-trend-chart.tsx (+594 -0)
frontend/src/lib/analytics-query.ts (+173 -0)
📝 frontend/src/lib/query.ts (+10 -0)
📝 frontend/src/routeTree.gen.ts (+21 -0)
frontend/src/routes/staff/analytics/index.tsx (+228 -0)
📝 packages/i18n/index.ts (+184 -1)
📝 packages/ui/package.json (+0 -1)
packages/ui/uisrc/components/ui/chart.tsx (+0 -363)

...and 23 more files

📄 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/47 **Author:** [@huanglvjing](https://github.com/huanglvjing) **Created:** 10/27/2025 **Status:** ✅ Merged **Merged:** 10/30/2025 **Merged by:** [@HUAHUAI23](https://github.com/HUAHUAI23) **Base:** `main` ← **Head:** `feature/analytics-dashboard` --- ### 📝 Commits (10+) - [`c79fd88`](https://github.com/labring/tentix/commit/c79fd88149abbb3339f2b358ee20d0798d1c9f7c) chore - [`3ceea66`](https://github.com/labring/tentix/commit/3ceea6621df5a565c0bf3c16743eb78ef257cce4) add app config - [`2ae824f`](https://github.com/labring/tentix/commit/2ae824f9aefd2ad78a6f77da9a572e7f06c6b725) chore change env - [`9609b23`](https://github.com/labring/tentix/commit/9609b23a380f63d771e9b56656e4e27ac6b40250) chore - [`2008aca`](https://github.com/labring/tentix/commit/2008acad86b9df9bb4ebada1e4cc38719c069bcc) refactor smart node,rag node - [`6f4ebf3`](https://github.com/labring/tentix/commit/6f4ebf334f9a28af4c3824fbb687ccaa0ded553c) chore - [`34e0579`](https://github.com/labring/tentix/commit/34e0579d4826a0496b6b90eca38a7bc577c6faa1) add ticket auto close job - [`0b734ce`](https://github.com/labring/tentix/commit/0b734ceaef4ffb394fce8553f49e7841109c03ca) chore - [`72cd354`](https://github.com/labring/tentix/commit/72cd3546cd6e4788dc053a497fd61c6744e7c48b) update i18n - [`f488ce7`](https://github.com/labring/tentix/commit/f488ce71de634f7173a93353da76035d9062b572) chore ### 📊 Changes **43 files changed** (+8602 additions, -437 deletions) <details> <summary>View changed files</summary> 📝 `bun.lock` (+11 -53) 📝 `frontend/package.json` (+1 -0) ➕ `frontend/src/components/common/date-range-picker.tsx` (+88 -0) ➕ `frontend/src/components/common/echarts-wrapper.tsx` (+65 -0) 📝 `frontend/src/components/staff/sidebar.tsx` (+16 -1) ➕ `frontend/src/components/staff/tickets-analytics/analytics-filter.tsx` (+151 -0) ➕ `frontend/src/components/staff/tickets-analytics/hot-issues-analysis.tsx` (+377 -0) ➕ `frontend/src/components/staff/tickets-analytics/knowledge-base-hits.tsx` (+742 -0) ➕ `frontend/src/components/staff/tickets-analytics/lazy-analytics-wrapper.tsx` (+82 -0) ➕ `frontend/src/components/staff/tickets-analytics/module-analysis.tsx` (+175 -0) ➕ `frontend/src/components/staff/tickets-analytics/rating-analysis.tsx` (+331 -0) ➕ `frontend/src/components/staff/tickets-analytics/ticket-status-analysis.tsx` (+286 -0) ➕ `frontend/src/components/staff/tickets-analytics/ticket-trend-chart.tsx` (+594 -0) ➕ `frontend/src/lib/analytics-query.ts` (+173 -0) 📝 `frontend/src/lib/query.ts` (+10 -0) 📝 `frontend/src/routeTree.gen.ts` (+21 -0) ➕ `frontend/src/routes/staff/analytics/index.tsx` (+228 -0) 📝 `packages/i18n/index.ts` (+184 -1) 📝 `packages/ui/package.json` (+0 -1) ➖ `packages/ui/uisrc/components/ui/chart.tsx` (+0 -363) _...and 23 more files_ </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 2026-03-03 13:58:10 +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#49
No description provided.