2.8 KiB
2.8 KiB
MindSpace 浏览器存储迁移清单(仅本机)
更新时间:2026-07-13
当前策略
- 新建或修改的 Agent 页面禁止使用
localStorage、sessionStorage、IndexedDB持久化数据。 - 新 session 明确绑定当前用户的独立 PostgreSQL schema;持久化数据必须经
private_data_*和 Page Data API。 - 历史页面迁移期间继续可访问,不做全局 409 阻断。
- 页面迁移并验证完成后,才考虑启用历史页面全局阻断。
待迁移页面
| 用户 ID | 页面 | 初步类型 | 状态 |
|---|---|---|---|
3f93530b-430d-45ce-a4d9-92be1cd08f26 |
public/appointment.html |
预约业务数据 | 待迁移 |
3f93530b-430d-45ce-a4d9-92be1cd08f26 |
public/appointment-admin.html |
预约管理数据 | 待迁移 |
417afcc0-f3fc-40b7-b968-1f1cde74b9cf |
public/family-ledger.html |
家庭记账数据 | 待迁移 |
417afcc0-f3fc-40b7-b968-1f1cde74b9cf |
public/family-ledger-manage.html |
家庭记账管理 | 待迁移 |
417afcc0-f3fc-40b7-b968-1f1cde74b9cf |
public/index.html |
工作区首页状态 | 待分类 |
a6fb1e97-2b0f-447b-b138-4561d8e5c53e |
public/oa-system.html |
OA 业务数据 | 待迁移 |
a6fb1e97-2b0f-447b-b138-4561d8e5c53e |
public/decision-comparison.html |
决策工具状态 | 待分类 |
1c99b83b-0454-474f-a5d2-129d34506a32 |
public/daily-admin.html |
日报管理数据 | 待迁移 |
1c99b83b-0454-474f-a5d2-129d34506a32 |
public/sales-register.html |
销售登记数据 | 待迁移 |
a70ff537-8908-486e-9b6c-042e07cc25db |
public/children-diet-survey.html |
调查数据 | 待迁移 |
a70ff537-8908-486e-9b6c-042e07cc25db |
public/children-diet-survey-admin.html |
调查管理数据 | 待迁移 |
a70ff537-8908-486e-9b6c-042e07cc25db |
public/survey-youth.html |
调查数据 | 待迁移 |
a70ff537-8908-486e-9b6c-042e07cc25db |
public/daily-report-system.html |
日报业务数据 | 待迁移 |
a70ff537-8908-486e-9b6c-042e07cc25db |
public/weather-calendar.html |
工具偏好或业务数据 | 待分类 |
a70ff537-8908-486e-9b6c-042e07cc25db |
public/runner-game.html |
游戏存档 | 待决定 PG 或取消持久化 |
a70ff537-8908-486e-9b6c-042e07cc25db |
public/tetris-game.html |
游戏存档 | 待决定 PG 或取消持久化 |
a70ff537-8908-486e-9b6c-042e07cc25db |
public/bird-key-fly.html |
游戏存档 | 待决定 PG 或取消持久化 |
单页迁移完成条件
- 建表位于页面所有者的独立 PG schema。
- dataset 注册完成,页面 policy 权限符合前台/管理页用途。
- HTML 只通过 Page Data API 访问数据,不包含浏览器持久化 fallback。
- 实际提交、刷新后读取、PG 直接查询三者结果一致。
- 原页面链接继续可用,管理页鉴权和跨用户隔离验证通过。