From ad07c8d886dfa08e97be200cc8a16092c205700a Mon Sep 17 00:00:00 2001 From: OpenSquared Date: Tue, 14 Jul 2026 11:21:43 +0200 Subject: [PATCH] feat: new cockpit --- GUIDE.md | 2 +- ...s Intelligence — Documentation Système.htm | 8 +- GeoOptions_Documentation_Complete.html | 28 +- GeoOptions_Intelligence_Documentation.html | 8 +- GeoOptions_Roadmap_Dev.html | 6 +- _start_backend.bat | 2 +- _start_frontend.bat | 2 +- backend/main.py | 6 +- backend/routers/causal_lab.py | 6 +- backend/routers/instrument_models.py | 35 +- backend/routers/instruments_watchlist.py | 80 ++ backend/services/bank_forecast_scraper.py | 2 +- backend/services/central_bank_fetcher.py | 2 +- backend/services/database.py | 54 ++ backend/services/sentiment_fetcher.py | 2 +- frontend/index.html | 2 +- frontend/package-lock.json | 4 +- frontend/package.json | 2 +- frontend/src/components/TradeRankList.tsx | 52 + frontend/src/components/layout/Sidebar.tsx | 4 +- frontend/src/constants/assetColors.ts | 5 + frontend/src/hooks/useApi.ts | 62 ++ frontend/src/pages/Config.tsx | 89 +- frontend/src/pages/Dashboard.tsx | 889 ++++++++---------- frontend/src/pages/InstrumentModels.tsx | 27 +- frontend/src/pages/JournalDeBord.tsx | 7 +- frontend/src/pages/MacroRegime.tsx | 4 +- frontend/src/pages/RiskDashboard.tsx | 6 +- start.ps1 | 10 +- start_all.bat | 8 +- start_backend.bat | 4 +- start_frontend.bat | 4 +- 32 files changed, 871 insertions(+), 551 deletions(-) create mode 100644 backend/routers/instruments_watchlist.py create mode 100644 frontend/src/components/TradeRankList.tsx create mode 100644 frontend/src/constants/assetColors.ts diff --git a/GUIDE.md b/GUIDE.md index 227e007..8729871 100644 --- a/GUIDE.md +++ b/GUIDE.md @@ -1,4 +1,4 @@ -# GeoOptions Intelligence — Guide d'utilisation +# OpenFin Intelligence — Guide d'utilisation ## Démarrage diff --git a/GeoOptions Intelligence — Documentation Système.htm b/GeoOptions Intelligence — Documentation Système.htm index 4df6401..10a9022 100644 --- a/GeoOptions Intelligence — Documentation Système.htm +++ b/GeoOptions Intelligence — Documentation Système.htm @@ -3,7 +3,7 @@ -GeoOptions Intelligence — Documentation Système +OpenFin Intelligence — Documentation Système