Go to file
Lv, Qi fbb1703b00 feat: fix provider test endpoints and update deployment scripts
- Finnhub: Add missing /test endpoint
- AlphaVantage: Fix test endpoint deserialization (handle null api_url)
- Mock Provider: Add /test endpoint and fix Zodios validation error by adding Mock enum
- Deployment: Remove Mock Provider from production deployment script
- Infrastructure: Add production Dockerfiles and compose configs
2025-12-01 02:00:21 +08:00
.cargo-home/registry/src/github.com-25cdd57fae9f0462/thread_local-1.1.9 refactor(architecture): Align frontend & docs with DB gateway pattern 2025-11-17 01:29:56 +08:00
archive/python chore(cleanup): remove redundant data-distance-service stub tests 2025-11-16 20:52:26 +08:00
assets refactor(report): switch to HTML+Gotenberg for high-quality PDF export 2025-11-30 22:43:22 +08:00
config feat: Refactor Analysis Context Mechanism and Generic Worker 2025-11-28 20:11:17 +08:00
crates/workflow-context Refactor: Complete transition from analysis_results to workflow_history 2025-11-29 17:55:54 +08:00
deployment refactor(phase0-1): 容器化与配置服务拆分,并清理根目录 2025-11-08 21:07:38 +08:00
docker feat: fix provider test endpoints and update deployment scripts 2025-12-01 02:00:21 +08:00
docs refactor(report): switch to HTML+Gotenberg for high-quality PDF export 2025-11-30 22:43:22 +08:00
frontend feat: fix provider test endpoints and update deployment scripts 2025-12-01 02:00:21 +08:00
ref/service_kit_mirror/service_kit/service_kit Refactor: Complete transition from analysis_results to workflow_history 2025-11-29 17:55:54 +08:00
scripts feat: fix provider test endpoints and update deployment scripts 2025-12-01 02:00:21 +08:00
services feat: fix provider test endpoints and update deployment scripts 2025-12-01 02:00:21 +08:00
tests/end-to-end/src refactor: strict typing for workflow events using WorkflowEventType enum 2025-11-30 19:28:57 +08:00
.dockerignore Refactor E2E tests and improve error handling in Orchestrator 2025-11-21 20:44:32 +08:00
.gitignore chore: 提交本轮 Rust 架构迁移相关改动 2025-11-16 20:55:46 +08:00
.tiltignore fix: resolve compilation errors and dependency conflicts 2025-11-29 16:29:56 +08:00
Cargo.lock refactor(report): switch to HTML+Gotenberg for high-quality PDF export 2025-11-30 22:43:22 +08:00
Cargo.toml chore: massive update covering recent refactoring and bug fixes 2025-11-30 19:17:02 +08:00
deploy_to_harbor.sh feat: fix provider test endpoints and update deployment scripts 2025-12-01 02:00:21 +08:00
docker-compose.e2e.yml feat: fix error propagation in report-generator and workflow-orchestrator 2025-11-27 23:07:42 +08:00
docker-compose.prod.yml feat: fix provider test endpoints and update deployment scripts 2025-12-01 02:00:21 +08:00
docker-compose.server.yml feat: fix provider test endpoints and update deployment scripts 2025-12-01 02:00:21 +08:00
docker-compose.test.yml WIP: Commit all pending changes across services, frontend, and docs 2025-11-27 02:45:56 +08:00
docker-compose.yml refactor(report): switch to HTML+Gotenberg for high-quality PDF export 2025-11-30 22:43:22 +08:00
keys.md Refactor E2E tests and improve error handling in Orchestrator 2025-11-21 20:44:32 +08:00
openapi.json refactor: strict typing for workflow events using WorkflowEventType enum 2025-11-30 19:28:57 +08:00
package-lock.json refactor(report): switch to HTML+Gotenberg for high-quality PDF export 2025-11-30 22:43:22 +08:00
package.json refactor(report): switch to HTML+Gotenberg for high-quality PDF export 2025-11-30 22:43:22 +08:00
Tiltfile refactor(phase0-1): 容器化与配置服务拆分,并清理根目录 2025-11-08 21:07:38 +08:00
Tiltfile.prod feat: fix provider test endpoints and update deployment scripts 2025-12-01 02:00:21 +08:00

项目文档中心

欢迎来到基本面选股系统的文档中心。本文档旨在作为项目所有相关文档的入口和导航,帮助团队成员快速找到所需信息。

概览

本文档库遵循特定的结构化命名和分类约定,旨在清晰地分离不同领域的关注点。主要目录结构如下:

  • /1_requirements: 存放所有与产品需求和用户功能相关的文档。
  • /2_architecture: 包含系统高级架构、设计原则和核心规范。
  • /3_project_management: 用于项目跟踪、开发日志和任务管理。
  • /4_archive: 存放已合并或过时的历史文档。
  • /5_data_dictionary: 定义系统中使用的数据模型和字段。

快速导航

以下是项目中几个最核心文档的快速访问链接,直接指向其关键章节。

1. 需求与功能

2. 架构与设计

3. 数据与模型

4. 项目管理