Updated README
This commit is contained in:
@ -8,20 +8,19 @@ A lightweight PHP-based ticketing system designed for tracking and managing data
|
|||||||
- 🎫 Customizable ticket creation and management
|
- 🎫 Customizable ticket creation and management
|
||||||
- 🔄 Real-time status updates and priority tracking
|
- 🔄 Real-time status updates and priority tracking
|
||||||
- 💬 Markdown-supported commenting system
|
- 💬 Markdown-supported commenting system
|
||||||
- 🔔 Discord integration for notifications
|
- 🔔 Discord webhook integration for notifications
|
||||||
- 📱 Mobile-responsive design
|
|
||||||
|
|
||||||
## Core Components
|
## Core Components
|
||||||
|
|
||||||
- **Dashboard**: View and filter tickets by status, priority, and type
|
- **Dashboard**: View and filter tickets by status, priority, and type
|
||||||
- **Ticket Management**: Create, edit, and update ticket details
|
- **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
|
- **Categories**: Hardware, Software, Network, Security tracking
|
||||||
- **Comment System**: Markdown support for detailed documentation
|
- **Comment System**: Markdown support for detailed documentation
|
||||||
|
|
||||||
## Technical Details
|
## Technical Details
|
||||||
|
|
||||||
- Backend: PHP with MySQL database
|
- Backend: PHP with MariaDB database
|
||||||
- Frontend: HTML5, CSS3, JavaScript
|
- Frontend: HTML5, CSS3, JavaScript
|
||||||
- Authentication: Environment-based configuration
|
- Authentication: Environment-based configuration
|
||||||
- API: RESTful endpoints for ticket operations
|
- API: RESTful endpoints for ticket operations
|
||||||
|
|||||||
@ -199,6 +199,8 @@ td:nth-child(2) span {
|
|||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
font-size: 0.875rem;
|
font-size: 0.875rem;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
min-width: 100px;
|
||||||
|
overflow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.status-Closed {
|
.status-Closed {
|
||||||
|
|||||||
Reference in New Issue
Block a user