feat: competitive intelligence & historical pattern matching layer

This commit is contained in:
Celes Renata
2026-04-14 19:42:48 +00:00
parent b478022ba3
commit f7a11d14ea
203 changed files with 20155 additions and 97 deletions
+2
View File
@@ -16,6 +16,7 @@ import {
Terminal,
LayoutDashboard,
List,
Globe,
} from 'lucide-react';
interface NavItem {
@@ -32,6 +33,7 @@ const navItems: NavItem[] = [
{ to: '/documents', label: 'Documents', icon: <FileText size={18} />, group: 'Data' },
{ to: '/trends', label: 'Trends', icon: <TrendingUp size={18} />, group: 'Intelligence' },
{ to: '/recommendations', label: 'Recommendations', icon: <Lightbulb size={18} />, group: 'Intelligence' },
{ to: '/macro/events', label: 'Global Events', icon: <Globe size={18} />, group: 'Intelligence' },
{ to: '/orders', label: 'Orders', icon: <ShoppingCart size={18} />, group: 'Trading' },
{ to: '/positions', label: 'Positions', icon: <Wallet size={18} />, group: 'Trading' },
{ to: '/trading', label: 'Trading Controls', icon: <ShieldCheck size={18} />, group: 'Trading' },