From 52d4ac1d60ed67f6cea099cfebdd0127f368928d Mon Sep 17 00:00:00 2001 From: Jared Vititoe Date: Sat, 29 Nov 2025 13:02:52 -0500 Subject: [PATCH] Updated README --- README.md | 7 +++---- assets/css/dashboard.css | 2 ++ 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2fdf2a0..617c108 100644 --- a/README.md +++ b/README.md @@ -8,20 +8,19 @@ A lightweight PHP-based ticketing system designed for tracking and managing data - 🎫 Customizable ticket creation and management - 🔄 Real-time status updates and priority tracking - 💬 Markdown-supported commenting system -- 🔔 Discord integration for notifications -- 📱 Mobile-responsive design +- 🔔 Discord webhook integration for notifications ## Core Components - **Dashboard**: View and filter tickets by status, priority, and type - **Ticket Management**: Create, edit, and update ticket details -- **Priority Levels**: P1 (Critical) to P4 (Low) impact tracking +- **Priority Levels**: P1 (Critical) to P5 (Lowest) impact tracking - **Categories**: Hardware, Software, Network, Security tracking - **Comment System**: Markdown support for detailed documentation ## Technical Details -- Backend: PHP with MySQL database +- Backend: PHP with MariaDB database - Frontend: HTML5, CSS3, JavaScript - Authentication: Environment-based configuration - API: RESTful endpoints for ticket operations diff --git a/assets/css/dashboard.css b/assets/css/dashboard.css index e866b7b..595e8bc 100644 --- a/assets/css/dashboard.css +++ b/assets/css/dashboard.css @@ -199,6 +199,8 @@ td:nth-child(2) span { border-radius: 4px; font-size: 0.875rem; font-weight: 500; + min-width: 100px; + overflow: none; } .status-Closed {