Commit Graph

7 Commits

Author SHA1 Message Date
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 f695884784 feat: Professional UI v2
- Sidebar navigation with project list
- Project details view with stats
- Edit/delete project functionality
- Better ticket list with priority icons
- Improved modals and forms
- Responsive design
2026-02-18 18:17:08 -03:00
Ricel Leite 03f68061b1 fix: Preserve line breaks in comments (whitespace-pre-wrap) 2026-02-18 18:03:04 -03:00
Ricel Leite 43e6a4b647 fix: Add embedded HTML frontend for simple deployment 2026-02-18 16:55:04 -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
startdata 75ab2936cc Initial commit 2026-02-18 19:36:35 +00:00