Go to file
Claude f6ba431514 Simplify Data Analyzer frontend for beginners
- Reduce JavaScript from 744 lines to ~150 lines
- Remove complex drag/drop functionality (use simple file input)
- Eliminate elaborate markdown parser (use simple text formatting)
- Replace complex polling with simplified version
- Remove multiple CSS themes, use single clean theme
- Maintain ALL core functionality:
   File upload (PDF, CSV, Excel)
   Analysis type selection
   Wallet balance checking
   N8N webhook integration
   Polling for results
   Copy/download functionality
   Error handling

Benefits:
- Beginner-friendly code structure
- Fast page loads (no external fonts/CSS)
- Easy to understand and modify
- All business logic preserved
2025-07-16 22:44:50 +05:30
.github/workflows Claude Code Review workflow 2025-07-13 11:58:45 +05:30
agent_base Add 5 Whys Analysis Agent with enhanced UX features 2025-07-12 23:08:45 +05:30
authentication Improve forgot password UX with helpful error messages 2025-07-16 14:06:05 +05:30
core Implement comprehensive Django performance optimizations 2025-07-13 13:23:59 +05:30
data_analyzer Simplify Data Analyzer frontend for beginners 2025-07-16 22:44:50 +05:30
docs Clean project and update comprehensive documentation 2025-07-16 14:13:40 +05:30
five_whys_analyzer Standardize agent architecture and update comprehensive documentation 2025-07-14 16:28:37 +05:30
job_posting_generator Standardize agent architecture and update comprehensive documentation 2025-07-14 16:28:37 +05:30
netcop_hub Fix email URLs to use Railway domain instead of localhost 2025-07-16 13:11:06 +05:30
social_ads_generator Standardize agent architecture and update comprehensive documentation 2025-07-14 16:28:37 +05:30
static Standardize agent architecture and update comprehensive documentation 2025-07-14 16:28:37 +05:30
templates Improve forgot password UX with helpful error messages 2025-07-16 14:06:05 +05:30
tests Implement individual agent architecture with simplified template structure 2025-07-10 09:01:11 +05:30
wallet Fix security vulnerabilities and improve environment configuration 2025-07-13 12:30:23 +05:30
weather_reporter Standardize agent architecture and update comprehensive documentation 2025-07-14 16:28:37 +05:30
.env.example Implement comprehensive Django performance optimizations 2025-07-13 13:23:59 +05:30
.gitignore Add 5 Whys Analysis Agent with enhanced UX features 2025-07-12 23:08:45 +05:30
manage.py Initial Django project setup with working homepage 2025-07-08 16:30:56 +05:30
railway.json Implement PostgreSQL development parity and fix migration conflicts 2025-07-12 09:59:44 +05:30
requirements_clean.txt Add Railway deployment config 2025-07-12 03:43:14 +05:30
requirements-dev.txt Implement comprehensive Django performance optimizations 2025-07-13 13:23:59 +05:30
requirements.txt Implement comprehensive Django performance optimizations 2025-07-13 13:23:59 +05:30
run_dev.sh Fix Railway static files serving with WhiteNoise 2025-07-12 10:38:44 +05:30