Commit Graph

4 Commits

Author SHA1 Message Date
Ricel Leite 25e5ac36c6 feat: enterprise UI rewrite - dark theme, Lucide icons, Cmd+K, sidebar, kanban board, stat cards, badges
Pages rewritten: Dashboard, Tickets, Board, TicketDetail, NewTicket, Projects, Team, Reports, Integrations, Automation, Settings
Design: gray-950 base, blue-600 accent, Inter font, custom animations, skeleton loaders
2026-02-18 22:08:45 -03:00
Ricel Leite af710a7620 docs: Add Developer Guide, User Guide, and Architecture documentation
DOCS:
- DEVELOPER_GUIDE.md - Setup, structure, and development workflow
- USER_GUIDE.md - End user documentation
- ARCHITECTURE.md - System design and components
2026-02-18 18:55:56 -03:00
Ricel Leite 02407a31fb feat: Enterprise-grade TicketHub portal
FEATURES:
- Dashboard with KPIs and recent activity
- Tickets list with filters (project, status, priority)
- Ticket detail with comments, assignee, status management
- Kanban board with drag-and-drop
- Projects management (CRUD, webhooks)
- Team management (invite, roles)
- Reports & Analytics (charts, KPIs, top performers)
- Integrations (GitHub, GitLab, Slack, JIRA AI Fixer)
- Automation rules engine
- Settings (general, notifications, security, API)

UI:
- Professional light theme
- Reusable component library
- Responsive sidebar navigation
- Search functionality
- Modal dialogs

TECH:
- React 18 + TypeScript
- TailwindCSS
- React Query
- React Router
2026-02-18 18:37:29 -03:00
Ricel Leite 9aa13a508f feat: Initial TicketHub release
- FastAPI backend with SQLite
- Projects, Tickets, Comments, Webhooks
- Modern web UI (TailwindCSS)
- Webhook support for integrations
- Docker support
2026-02-18 16:38:46 -03:00