You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+83Lines changed: 83 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,89 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
---
9
9
10
+
## [1.2.0] - 2025-11-01
11
+
12
+
### ✨ Major New Feature: Dual Dashboard System
13
+
14
+
Version 1.2.0 introduces specialized dashboard widgets that adapt to user profiles, providing both end-user ticket tracking and comprehensive agent operational dashboards.
15
+
16
+
### Added
17
+
18
+
#### Dual Dashboard Widgets
19
+
-**Portal Widget ("iTop")**: Personal ticket tracking for all users
20
+
- Compact status overview with badge breakdown (open, escalated, pending, resolved)
21
+
- Recent ticket feed showing 4 most recent tickets sorted by last update
22
+
- Visual status indicators: State-specific SVG icons for new, escalated, deadline, and closed tickets
- 💬 **Smart Suggestions** - Get CI/ticket recommendations while typing in Talk or Text
19
-
- 📊 **Dashboard Widget** - See your ticket queue at a glance
19
+
- 📊 **Dashboard Widgets** - Portal widget for personal tickets + Agent widget for operational metrics
20
20
- 🔔 **Notifications** - Get alerted when tickets are assigned to you
21
21
22
22
### **For IT Teams**
@@ -36,6 +36,52 @@ A comprehensive Nextcloud integration that brings iTop IT Service Management and
36
36
37
37
## 🚀 Key Features
38
38
39
+
### 📊 Interactive Dashboard Widgets
40
+
41
+
Get comprehensive overviews of your ticket queue directly on your Nextcloud dashboard. The integration provides **two specialized widgets** that adapt to your user profile:
42
+
43
+

44
+
45
+
#### 🎫 Portal Widget - "iTop"
46
+
**For All Users** - Track your personal tickets at a glance
47
+
48
+
**Features:**
49
+
-**Compact Status Overview**: See total tickets with badge breakdown (open, escalated, pending, resolved)
50
+
-**Recent Ticket Feed**: Display 4 most recent tickets sorted by last update
51
+
-**Visual Status Indicators**: State-specific SVG icons (new, escalated, deadline, closed) for both Incidents and UserRequests
52
+
-**Inline Metadata**: Status emoji (🆕👥⏳⚠️✅☑️❌), priority emoji (🔴🟠🟡🟢), and relative timestamps with tooltips
53
+
-**Rich Hover Details**: Comprehensive ticket information on hover including reference, dates, and sanitized description
54
+
-**One-Click Access**: Click any ticket to open directly in iTop
55
+
-**Quick Actions**: Refresh dashboard and create new tickets without leaving Nextcloud
56
+
-**Responsive Design**: Mobile-optimized layout adapts to all screen sizes
0 commit comments