mirror of
https://github.com/labring/tentix.git
synced 2026-04-25 16:45:48 +03:00
[PR #47] [MERGED] fix(add):analytics #49
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tentix#49
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:feature/analytics-dashboard📝 Commits (10+)
c79fd88chore3ceea66add app config2ae824fchore change env9609b23chore2008acarefactor smart node,rag node6f4ebf3chore34e0579add ticket auto close job0b734cechore72cd354update i18nf488ce7chore📊 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.