jira-ai-fixer-portal/src
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
..
components feat: Enterprise-grade portal with full functionality 2026-02-18 18:31:27 -03:00
pages feat: Enterprise-grade portal with full functionality 2026-02-18 18:31:27 -03:00
services Initial commit: JIRA AI Fixer Portal 2026-02-18 18:26:26 -03:00
App.tsx feat: Enterprise-grade portal with full functionality 2026-02-18 18:31:27 -03:00
index.css Initial commit: JIRA AI Fixer Portal 2026-02-18 18:26:26 -03:00
main.tsx Initial commit: JIRA AI Fixer Portal 2026-02-18 18:26:26 -03:00