FREDML / frontend

Commit History

Remove error messages from Downloads section - replace with info messages
df6e443

Edwin Salguero commited on

Enhanced FRED ML with improved Reports & Insights page, fixed alignment analysis, and comprehensive analytics improvements
2469150

Edwin Salguero commited on

Fix analytics loading and config imports - restore advanced features
8024c76

Edwin Salguero commited on

Add version 2.0.1 indicator to force Streamlit Cloud update
c0b48d9

Edwin Salguero commited on

Trigger Streamlit Cloud redeploy with latest updates
b4c9946

Edwin Salguero commited on

CRITICAL FIX: Stop load_fred_client() from clobbering FRED_API_AVAILABLE flag set in load_config()
1b7a8ef

Edwin Salguero commited on

Final consolidation: replace load_config() with clean, consolidated version that properly sets both REAL_DATA_MODE and FRED_API_AVAILABLE
c2c9316

Edwin Salguero commited on

Fix FRED_API_AVAILABLE wiring: set to True when valid key is detected and restore production streamlit_app.py
8d5bb7d

Edwin Salguero commited on

Implement Streamlit-native solution: remove dotenv dependency and use st.secrets directly
864919d

Edwin Salguero commited on

Wire up FRED_API_AVAILABLE to flip to True when valid key is detected in load_config()
82f45f2

Edwin Salguero commited on

Add comprehensive debug logging to track FRED API key loading and propagation
b2fb4a4

Edwin Salguero commited on

Fix FRED API key propagation - make key loading dynamic instead of static at module import time
81fb9e2

Edwin Salguero commited on

Add error handling and debug logging for AWS client initialization to prevent UnboundLocalError
081f523

Edwin Salguero commited on

Fix s3_client initialization in main() function - move AWS client initialization outside conditional block
22dd4c3

Edwin Salguero commited on

Remove pre-flight FRED API key check - rely on REAL_DATA_MODE after load_config()
6b72109

Edwin Salguero commited on

Remove FRED API key debug message from UI and fix Streamlit Cloud deployment
04ccda7

Edwin Salguero commited on

Add FRED API key validation at app startup and improve environment variable loading
378ea47

Edwin Salguero commited on

Merge remote changes and resolve conflicts - Fixed frequency error (ME -> M) - Updated analytics availability checks - Resolved merge conflicts keeping local improvements
b204d55

Edwin Salguero commited on

Fix frequency error and analytics availability issues - Fixed Invalid frequency: ME error by changing freq='ME' to freq='M' - Updated analytics availability check to verify modules directly - Improved error handling for real FRED data processing - Enhanced configuration page to show accurate analytics status
f63ddad

Edwin Salguero commited on

Remove all demo data and update project to use only real FRED API data
94e5687

Edwin Salguero commited on

Optimize Streamlit app performance with lazy imports and loading indicators
712bf79

Edwin Salguero commited on

Fix Streamlit Cloud deployment issues and deprecated pandas warnings
c8344df

Edwin Salguero commited on

Prepare for Streamlit Cloud deployment - Add deployment files, fix clustering chart error, update requirements
6ce20d9

Edwin Salguero commited on

feat: Integrate advanced analytics and enterprise UI
26a8ea5

Edwin Salguero commited on

feat: Complete project cleanup and professional structure
2b395f2

Edwin Salguero commited on