2086730c9baf646ad766552a678d0bb1f0200620
Fixed multiple critical issues reported by user: 1. **API Configuration Errors:** - Fixed all API files to use correct config path (config/config.php instead of config/db.php) - Fixed: get_users.php (bulk assign dropdown now loads users) - Fixed: get_template.php (templates now load correctly) - Fixed: bulk_operation.php (bulk operations now work) - Fixed: assign_ticket.php (manual assignment now works) 2. **Dark Mode Improvements:** - Added dark mode support for Activity tab content - Ensured proper text and background colors in dark mode All APIs now properly: - Load configuration from config/config.php - Use correct session variables ($_SESSION['user']['user_id']) - Create and close database connections properly - Return proper JSON responses 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Tinker Tickets
A lightweight PHP-based ticketing system designed for tracking and managing data center infrastructure issues.
Features
- 📊 Clean dashboard interface with sortable columns
- 🎫 Customizable ticket creation and management
- 🔄 Real-time status updates and priority tracking
- 💬 Markdown-supported commenting system
- 🔔 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 P5 (Lowest) impact tracking
- Categories: Hardware, Software, Network, Security tracking
- Comment System: Markdown support for detailed documentation
Technical Details
- Backend: PHP with MariaDB database
- Frontend: HTML5, CSS3, JavaScript
- Authentication: Environment-based configuration
- API: RESTful endpoints for ticket operations
Configuration
- Create
.envfile with database credentials:
DB_HOST=localhost
DB_USER=username
DB_PASS=password
DB_NAME=database
DISCORD_WEBHOOK_URL=your_webhook_url
Description
A PHP-based ticketing system with a clean web interface for managing and tracking hardware, software, and network issues in Lotus Guild Cluster
Languages
PHP
61.8%
JavaScript
19.2%
CSS
18.7%
Shell
0.3%