Files
Web_BLS_ProjectConsole/openspec/changes/update-redis-protocol/tasks.md
XuJiacheng 19e65d78dc feat: 实现Redis集成协议并重构项目控制台
refactor(backend): 重构后端服务以支持Redis协议
feat(backend): 添加Redis客户端和服务模块
feat(backend): 实现命令和日志路由处理Redis交互
refactor(frontend): 重构前端状态管理和组件结构
feat(frontend): 实现基于Redis的日志和命令功能
docs: 添加Redis集成协议文档
chore: 更新ESLint配置和依赖
2026-01-12 19:55:51 +08:00

675 B

1. Documentation

  • 1.1 Add Redis integration protocol doc for external projects
  • 1.2 Link doc location from README (optional)

2. Backend

  • 2.1 Add Redis client config + connection helper
  • 2.2 Implement command enqueue: write ${targetProjectName}_控制 LIST with JSON payload
  • 2.3 Implement log fetch/stream: read ${projectName}_项目控制台 LIST (and status ${projectName}_项目状态 STRING when needed)

3. Frontend

  • 3.1 Wire selected project name into Console (targetProjectName)
  • 3.2 Replace simulated command send with API call to backend
  • 3.3 Replace simulated logs with backend-provided logs (polling or SSE)