From ec3c645f9a5be05731ada414e9d093437868b7b5 Mon Sep 17 00:00:00 2001 From: Codex Date: Mon, 13 Jul 2026 04:59:33 +0200 Subject: [PATCH] docs: track monitor frontend rewrite --- .../MDTODO/web-sentinel-runtime-reliability.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/docs/MDTODO/web-sentinel-runtime-reliability.md b/docs/MDTODO/web-sentinel-runtime-reliability.md index 3564c990..e202051f 100644 --- a/docs/MDTODO/web-sentinel-runtime-reliability.md +++ b/docs/MDTODO/web-sentinel-runtime-reliability.md @@ -61,4 +61,20 @@ Release A 自动上线后通过受控 one-shot Job 完成 freeze/snapshot/import #### R2.5.3 -迁移验证通过后实施 [#1873](https://github.com/pikasTech/unidesk/issues/1873) Release B 原子切换:中心 service 成为唯一 writer/query authority,Web/CLI/scheduler 只读中心 API,删除旧 SQLite/query/dashboard/fallback;只观察自动 CI/CD 并完成 CLI、monitor Web 与原入口验收,完成任务后将详细报告写入[任务报告](./details/web-sentinel-runtime-reliability/R2.5.3_Task_Report.md)。 +迁移验证通过后实施 [#1873](https://github.com/pikasTech/unidesk/issues/1873) Release B 原子切换,并与 R2.6 / [#1887](https://github.com/pikasTech/unidesk/issues/1887) 的 Monitor 前端重写同步收口:中心 service 成为唯一 writer/query authority,Web/CLI/scheduler 只读中心 API,删除旧 SQLite/query/dashboard/fallback 与旧页面;只观察自动 CI/CD并完成 CLI、Monitor Web 与原入口验收,完成任务后将详细报告写入[任务报告](./details/web-sentinel-runtime-reliability/R2.5.3_Task_Report.md)。 + +### R2.6 [in_progress] + +解决 [UniDesk #1887](https://github.com/pikasTech/unidesk/issues/1887):完整重写 `monitor.pikapython.com` 前端工作台,不在旧页面骨架继续叠功能;页面只消费 central Monitor API,以 run/timeline 为主、详情面板承载 finding/artifact/诊断,支持筛选、深链和刷新恢复,Release B 一次性替换并删除旧页面/query/fallback,完成任务后将详细报告写入[任务报告](./details/web-sentinel-runtime-reliability/R2.6_Task_Report.md)。 + +#### R2.6.1 [in_progress] + +在 [#1887](https://github.com/pikasTech/unidesk/issues/1887) 冻结新 Monitor 工作台的信息架构、central API view model、URL/deep-link 状态、1920x1080 与 960x600 布局和一次性替换边界,明确不复用旧页面级状态堆叠/补丁式 CSS,完成任务后将详细报告写入[任务报告](./details/web-sentinel-runtime-reliability/R2.6.1_Task_Report.md)。 + +#### R2.6.2 + +由 Artificer 按 [#1887](https://github.com/pikasTech/unidesk/issues/1887) 在独立 PR 实现全新 Monitor 页面组件、状态模型和样式,只消费 central Monitor API,覆盖筛选、timeline、详情、loading/empty/error/freshness 与刷新恢复,并运行最小前端定向测试,完成任务后将详细报告写入[任务报告](./details/web-sentinel-runtime-reliability/R2.6.2_Task_Report.md)。 + +#### R2.6.3 + +与 R2.5.3 的 Release B 协同合并 [#1887](https://github.com/pikasTech/unidesk/issues/1887):删除旧页面组件、旧 query/dashboard/fallback 和废弃 CSS,只观察自动 CI/CD,先 internal 后 public 原入口做 1920x1080/960x600 web-probe、深链刷新和截图验收,完成任务后将详细报告写入[任务报告](./details/web-sentinel-runtime-reliability/R2.6.3_Task_Report.md)。