Jared Vititoe 683420cdb9 Feature 3: Implement Status Transitions with Workflow Validation
Add comprehensive workflow management system for ticket status transitions:

- Created WorkflowModel.php for managing status transition rules
- Updated TicketController.php to load allowed transitions for each ticket
- Modified TicketView.php to display dynamic status dropdown with only allowed transitions
- Enhanced api/update_ticket.php with server-side workflow validation
- Added updateTicketStatus() JavaScript function for client-side status changes
- Included CSS styling for status select dropdown with color-coded states
- Transitions can require comments or admin privileges
- Status changes are validated against status_transitions table

This feature enforces proper ticket workflows and prevents invalid status changes.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-01 18:57:23 -05:00
2026-01-01 15:40:32 -05:00
2026-01-01 15:40:32 -05:00
2026-01-01 15:40:32 -05:00
2026-01-01 15:40:32 -05:00
2026-01-01 15:40:32 -05:00
2025-11-29 13:02:52 -05:00

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

  1. Create .env file 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
Readme 4 MiB
Languages
PHP 61.8%
JavaScript 19.2%
CSS 18.7%
Shell 0.3%