Commit Graph

6 Commits

Author SHA1 Message Date
Ricel Leite d9194f0fde feat: add frontend build (React + Tailwind + shadcn/ui) 2026-02-18 20:29:18 -03:00
Ricel Leite 6b020d19a7 Add pre-built frontend 2026-02-18 20:05:41 -03:00
Ricel Leite 7854bdf14a Fix: handle missing frontend gracefully 2026-02-18 20:01:13 -03:00
Ricel Leite 48bfb0f618 Fix: add IssueComment model 2026-02-18 20:00:03 -03:00
Ricel Leite 0d1fc78d2d Fix: import EmailStr in organization schemas 2026-02-18 19:58:27 -03:00
Ricel Leite bfe59c2d57 JIRA AI Fixer v2.0 - Enterprise Edition
Backend:
- FastAPI with async SQLAlchemy
- JWT auth with refresh tokens
- RBAC (viewer→analyst→manager→admin→owner)
- Multi-tenant organizations
- Integrations: JIRA, ServiceNow, Zendesk, GitHub, GitLab, Azure DevOps
- Webhook endpoints for all platforms
- Reports with CSV export
- Email via Resend
- AI analysis via OpenRouter
- PR creation via Gitea API
- Audit logging

Frontend:
- React 18 + Vite + Tailwind
- React Query for state/cache
- Recharts for analytics
- Dark enterprise theme
- 8 pages: Login, Register, Dashboard, Issues, IssueDetail, Integrations, Team, Reports, Settings

Ready for Hetzner deployment.
2026-02-18 19:51:46 -03:00