xucheng
|
3475138419
|
feat(数据): 新增员工、股东及税务指标并生成日志
- 后端: Tushare provider 新增 get_employee_number, get_holder_number, get_tax_to_ebt 方法,并在 financial 路由中集成。
- 前端: report 页面新增对应图表展示,并更新相关类型与工具函数。
- 清理: 移除多个过时的测试脚本。
- 文档: 创建 2025-11-04 开发日志并更新用户手册。
|
2025-11-04 21:22:32 +08:00 |
|
xucheng
|
3ffb30696b
|
修改了财务数据获取时的一些结构,但还没有完成,今天先做到这儿。
|
2025-11-04 14:03:34 +08:00 |
|
xucheng
|
ff7dc0c95a
|
feat(backend): introduce DataManager and multi-provider; analysis orchestration; streaming endpoints; remove legacy tushare_client; enhance logging
feat(frontend): integrate Prisma and reports API/pages
chore(config): add data_sources.yaml; update analysis-config.json
docs: add 2025-11-03 dev log; update user guide
scripts: enhance dev.sh; add tushare_legacy_client
deps: update backend and frontend dependencies
|
2025-11-03 21:48:08 +08:00 |
|
xucheng
|
b982cd5368
|
更新前端配置、文档和脚本
|
2025-10-31 22:14:19 +08:00 |
|
xucheng
|
69b1b481b2
|
添加 PM2 守护 portwardenc-amd64 程序支持
|
2025-10-31 22:13:07 +08:00 |
|
xucheng
|
93199f8659
|
增加stop脚本
|
2025-10-31 03:12:04 +00:00 |
|
xucheng
|
8b5d5f5777
|
feat(frontend): add always-visible '重新生成分析' button per module\nfix(backend): inject dependency context for single-module generation (final_conclusion placeholders)
|
2025-10-31 03:09:43 +00:00 |
|
xucheng
|
1e904eb7f4
|
chore(frontend): use 127.0.0.1:8000 in rewrites to avoid IPv6 (::1)
|
2025-10-30 08:56:07 +00:00 |
|
xucheng
|
cb0a12eef5
|
chore(frontend): 提交前端静态资源与 API 路由调整
|
2025-10-30 16:28:53 +08:00 |
|
xucheng
|
1794674806
|
chore(gitignore): 限定 /public、/reports 与 /test(s)/,避免误忽略前端必要文件
|
2025-10-30 16:28:05 +08:00 |
|
xucheng
|
2852436a82
|
chore: sync local changes after pulling remote updates
|
2025-10-30 08:12:58 +00:00 |
|
xucheng
|
515e2d53c9
|
chore(run.sh): enhance logging and add npm check for frontend setup
|
2025-10-30 16:08:21 +08:00 |
|
xucheng
|
7d42abea78
|
chore(run.sh): add detailed logging for venv setup
|
2025-10-30 15:29:04 +08:00 |
|
xucheng
|
194a4d4377
|
fix(run.sh): add check for python3-venv and provide instructions
|
2025-10-30 15:16:45 +08:00 |
|
xucheng
|
2f7cd70d36
|
feat: add run script to start frontend and backend with pm2
|
2025-10-30 15:03:03 +08:00 |
|
xucheng
|
e01d57c217
|
Merge branch 'develop'
# Conflicts:
# backend/app/routers/config.py
# backend/app/routers/financial.py
# backend/app/schemas/config.py
# backend/app/schemas/financial.py
# backend/app/services/company_profile_client.py
# backend/app/services/config_manager.py
# backend/requirements.txt
# frontend/src/app/config/page.tsx
# frontend/src/app/report/[symbol]/page.tsx
# frontend/src/hooks/useApi.ts
# frontend/src/stores/useConfigStore.ts
# frontend/src/types/index.ts
# scripts/dev.sh
|
2025-10-30 14:53:47 +08:00 |
|
xucheng
|
b5a4d2212c
|
feat: 实现动态分析配置并优化前端UI
本次提交引入了一系列重要功能,核心是实现了财务分析模块的动态配置,并对配置和报告页面的用户界面进行了改进。
主要变更:
- **动态配置:**
- 后端实现了 `ConfigManager` 服务,用于动态管理 `analysis-config.json` 和 `config.json`。
- 添加了用于读取和更新配置的 API 端点。
- 开发了前端 `/config` 页面,允许用户实时查看和修改分析配置。
- **后端增强:**
- 更新了 `AnalysisClient` 和 `CompanyProfileClient` 以使用新的配置系统。
- 重构了财务数据相关的路由。
- **前端改进:**
- 新增了可复用的 `Checkbox` UI 组件。
- 使用更直观和用户友好的界面重新设计了配置页面。
- 改进了财务报告页面的布局和数据展示。
- **文档与杂务:**
- 更新了设计和需求文档以反映新功能。
- 更新了前后端依赖。
- 修改了开发脚本 `dev.sh`。
|
2025-10-30 14:50:36 +08:00 |
|
xucheng
|
e0aa61b8c4
|
feat: 添加分析模块配置和分析功能,更新财务数据处理逻辑
|
2025-10-29 22:49:27 +08:00 |
|
xucheng
|
6508589027
|
feat: 完成公司简介部分
|
2025-10-28 23:31:28 +08:00 |
|
xucheng
|
aab1ab665b
|
feat: 完成基础财务分析系统功能开发
|
2025-10-28 23:30:12 +08:00 |
|
xucheng
|
ce6cc1ddb8
|
chore: Untrack .kiro directory
|
2025-10-21 20:19:47 +08:00 |
|
xucheng
|
4d7aa56b4b
|
Initial commit
|
2025-10-21 20:17:14 +08:00 |
|