2026-01-12 19:55:51 +08:00
|
|
|
## 1. Documentation
|
2026-01-13 19:45:05 +08:00
|
|
|
|
2026-01-12 19:55:51 +08:00
|
|
|
- [x] 1.1 Add Redis integration protocol doc for external projects
|
|
|
|
|
- [ ] 1.2 Link doc location from README (optional)
|
|
|
|
|
|
|
|
|
|
## 2. Backend
|
2026-01-13 19:45:05 +08:00
|
|
|
|
2026-01-12 19:55:51 +08:00
|
|
|
- [x] 2.1 Add Redis client config + connection helper
|
|
|
|
|
- [x] 2.2 Implement command enqueue: write `${targetProjectName}_控制` LIST with JSON payload
|
2026-01-13 19:45:05 +08:00
|
|
|
- [x] 2.3 Implement log fetch/stream: read `${projectName}_项目控制台` LIST
|
2026-01-12 19:55:51 +08:00
|
|
|
|
|
|
|
|
## 3. Frontend
|
2026-01-13 19:45:05 +08:00
|
|
|
|
2026-01-12 19:55:51 +08:00
|
|
|
- [x] 3.1 Wire selected project name into Console (targetProjectName)
|
|
|
|
|
- [x] 3.2 Replace simulated command send with API call to backend
|
|
|
|
|
- [x] 3.3 Replace simulated logs with backend-provided logs (polling or SSE)
|