Commit Graph

4 Commits

Author SHA1 Message Date
b3f2ee4100 Merge branch 'main' of https://gitea.theaken.com/donald/DIT_C 2025-12-12 16:03:19 +08:00
d4ce4f9ed1 Initial commit: DIT_C Flask application
- Flask web application for DIT analysis
- Database models for upload history, analysis results, action cards
- LLM service integration with Ollama API
- Dashboard, upload, and history pages
- RESTful API endpoints for analysis operations

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-12 16:00:05 +08:00
44cd2f8e76 feat: DITAnalyzer module - Feature 6.2 & 6.3 implementation
- DITAnalyzer class with data preprocessing
- Feature 6.2: High value resource allocation analysis
- Feature 6.3: Stagnant deal alerts
- Flask API routes for CSV upload and analysis
- Test suite with sample data
2025-12-12 13:12:31 +08:00
177e8e8fe9 Phase 0: 專案初始化 - 建立專案結構、環境設定與 LLM 服務模組 2025-12-12 12:53:24 +08:00