99e60795c9
Add Ticket Assignment feature (Feature 2)
...
- Add assigned_to column support in TicketModel with assignTicket() and unassignTicket() methods
- Create assign_ticket.php API endpoint for assignment operations
- Update TicketController to load user list from UserModel
- Add assignment dropdown UI in TicketView
- Add JavaScript handler for assignment changes
- Integrate with audit log for assignment tracking
Users can now assign tickets to team members via dropdown selector.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-01-01 18:36:34 -05:00
f9629f60b6
Add Activity Timeline feature and database migrations
...
- Add Activity Timeline tab to ticket view showing chronological history
- Create getTicketTimeline() method in AuditLogModel
- Update TicketController to load timeline data
- Add timeline UI with helper functions for formatting events
- Add comprehensive timeline CSS with dark mode support
- Create migrations 007-010 for upcoming features:
- 007: Ticket assignment functionality
- 008: Status workflow transitions
- 009: Ticket templates
- 010: Bulk operations tracking
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-01-01 18:25:19 -05:00
9a12a656aa
Add Created By column to dashboard and remove back button from ticket view
2026-01-01 17:37:01 -05:00
2b7ece4eec
Use margin instead of padding for header to avoid overlap with fixed icons
2026-01-01 17:33:39 -05:00
bfac062dd3
discord webhook fix
2026-01-01 16:40:04 -05:00
b8a0fb011f
Username not live updating & css overlap bug
2026-01-01 16:14:56 -05:00
7b25ec1dd1
SSO Update :)
2026-01-01 15:40:32 -05:00
661643e45b
Update views/DashboardView.php
2025-11-29 16:34:02 -05:00
b241f7b0da
Update views/DashboardView.php
2025-11-29 16:33:50 -05:00
3eccb5ce2c
Update views/DashboardView.php
2025-11-29 16:30:12 -05:00
d4fb7ea2ed
Update views/DashboardView.php
2025-11-29 16:10:53 -05:00
fddad195e1
Deleted unreferenced files
2025-09-05 13:14:32 -04:00
38ae4802b8
Changed Client-side Search to Server-side Search
2025-09-05 12:40:38 -04:00
e05434137c
Fixed MAJOR bugs, currently at a semi-stable state
2025-09-05 11:08:56 -04:00
f8ada1d6d1
Re-did everything, Now is modulaar and better bro.
2025-05-16 20:02:49 -04:00