docs(tasks): finalize status dropdown placement and terminology in T-662b/c/d

- dropdown sits left of the renamed 任务状态 label in all three tabs
- option wording aligned with platform text: 审核中 not 未审核,
  未知 not 其他
- clarify the status filter scopes collection candidates in ① (the
  existing model.tasks mechanism), default 全部 so first-round
  collection of unknown-status imports still works
- reinforce composite defaults 可生成/可更新 include unknown so
  legacy batches are not blocked

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
chengma
2026-07-18 15:37:43 +08:00
co-authored by Claude Fable 5
parent 7ddf3a7262
commit 3777f84ce0
3 changed files with 11 additions and 5 deletions
+2 -1
View File
@@ -15,10 +15,11 @@ created: 2026-07-18
## 方案
- 现有「状态」标签改为「任务状态」,新增独立「商品状态」下拉:
- 现有「状态」标签改为「任务状态」,新增独立「商品状态」下拉,**放在「任务状态」label 左边**(需求定稿位置):
- `可生成(默认)`:`normal/unknown`;
- `全部`;
- `正常/未上架/审核中/未知`。
- 选项术语与平台原文对齐:「审核中」不用「未审核」、「未知」不用「其他」;默认档为复合的「可生成」而非单选「正常」,否则升级后历史批次(全为未知)会被整批拦住。
- 保留商品状态筛选前的基础范围快照,用于摘要计算,避免异常记录从模型隐藏后无法统计。
- 默认模式不把 `unlisted/reviewing` 传给 `GenerateWorker`,不创建 AI 请求、不消耗点数、不改 stage/status/Excel;摘要、状态栏和本轮日志说明排除数量及示例商品ID。
- `unknown` 默认可生成,避免历史数据和临时检测失败被整批拦住。