Commit Graph

2 Commits

Author SHA1 Message Date
Ricel Leite cc24d75982 feat: Enterprise-grade portal with full functionality
NEW FEATURES:
- Integrations page: Connect JIRA, ServiceNow, GitHub, GitLab, etc.
  - Provider-specific configuration forms
  - Test connection functionality
  - Sync status tracking

- Automation Rules: Configure when/how issues are analyzed
  - Visual rule builder
  - Conditions and actions
  - Enable/disable per rule
  - Statistics per rule

- Analytics Dashboard:
  - KPI cards with trends
  - Issues over time chart
  - Resolution by category
  - Top affected modules
  - Recent activity feed

- Team Management:
  - Invite members
  - Role-based access (Admin/Developer/Viewer)
  - Activity tracking
  - Notification preferences

- Settings:
  - General org settings
  - AI model configuration
  - Notifications (Email, Slack)
  - Security (SSO, 2FA, IP allowlist)
  - API keys management

UI COMPONENTS:
- Card, Button, Input, Select
- Badge, Modal, Tabs
- Consistent dark theme
- Collapsible sidebar

ARCHITECTURE:
- React 18 + TypeScript
- TailwindCSS
- React Query
- React Router
2026-02-18 18:31:27 -03:00
Ricel Leite fd966983a3 Initial commit: JIRA AI Fixer Portal
- React 18 + TypeScript + Vite
- TailwindCSS styling
- React Query for data fetching
- React Router for navigation

Pages:
- Dashboard with stats
- Issues list with filters
- Issue detail view
- Repositories management
- Settings/Integrations
2026-02-18 18:26:26 -03:00