Benjamin Sutter
7b7be0b436
feat: F006 supply dashboard — complete spec implementation
...
- dataQualityService with getPortfolioQualitySummary()
- Service methods: getDashboardPropertiesSummary, getStrongMatches,
getSignalSummary, getDashboardTasks added to respective services
- dashboardService uses Promise.allSettled for partial error resilience
- KpiCard: onClick + Tooltip support
- KpiGrid: navigate actions and tooltips per card
- StrongMatchMiniCard: Match Center, Prüfung, Vergleichen action buttons
- FutureSignalWidget: time horizon distribution (0–6, 6–12, 12–24 Mo.)
- SupplyDashboard: DashboardHeader, empty state, error state,
partial widget errors, permission-based rendering per UserRole
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-15 16:31:54 +02:00
Benjamin Sutter
46acca9e62
feat: F006 supply dashboard — KPI grid, strong matches, data quality, future signals, review tasks
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-15 16:08:49 +02:00
Benjamin Sutter
c65e565dc7
feat: F023 signal-to-match pipeline & shadow market decision flow
2026-05-15 15:52:53 +02:00
Benjamin Sutter
fce0f684af
feat: F022 source acquisition, crawling & connector abstraction
2026-05-15 15:32:53 +02:00
Benjamin Sutter
8efd6e1974
feat: F021 market intelligence & signal discovery
2026-05-15 15:20:06 +02:00
Benjamin Sutter
7bed2fec86
feat: F002 authentication & session layer
...
Add permission matrix, ProtectedRoute, RoleGuard, PermissionGate,
DemoRoleSwitcher, OrganizationSwitcher, AccessDenied, SessionExpired,
and institutional LoginScreen. Wire workspace-level route protection
into App.tsx; sidebar filters tabs by allowedWorkspaces.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-15 12:01:46 +02:00
Benjamin Sutter
9a2476c58a
feat: F001 app shell & global layout system
...
Add PageHeader, UserMenu, NotificationButton, OrganizationContextBadge,
RightContextPanel, CompareTray, and ActivityTimeline; wire all into AppShell.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-15 11:50:06 +02:00
Benjamin Sutter
0b874865ba
feat(domain): F004 – expand domain model layer
...
- need.ts: add SizeRange, MustHaveCriterion, WeightedPreference types; extend Need with desiredLocation, sizeRange, mustHaveCriteria, weightedPreferences, status
- futureSignal.ts: add SignalEvidence type; extend FutureSignal with title, evidence, matchabilityScore, reviewStatus
- aiOutput.ts: new AIOutput entity with type, inputHash, outputJson, provider/model/promptVersion/schemaVersion, reviewStatus
- activityEvent.ts: new ActivityEvent entity with actorId, action, entityType, entityId, timestamp, metadata
- unifiedResult.ts: discriminated union (VerifiedPortfolioResult | ExternalMarketResult | FutureAvailabilityResult)
- index.ts: export all three new files
- Properties.tsx: add LIGHT_INDUSTRIAL + UNKNOWN cases to exhaustive switches
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-15 10:58:27 +02:00
Benjamin Sutter
e20e0e9a2e
fix: resolve all MUI v9 TypeScript build errors
...
- Move system props (fontWeight, lineHeight, display, alignItems, etc.) into sx
- Fix Lucide icon color prop (no sx support)
- Merge duplicate sx attributes
- Remove unused variables (location, _needId, v)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-15 10:37:07 +02:00
Benjamin Sutter
39427c4835
Update AI search and compare pages
2026-05-15 00:49:11 +02:00
Benjamin Sutter
9e827c50f9
Initial commit
2026-05-15 00:48:18 +02:00