🏛 架构平台 Arch.Platform

novel-pipeline generation_recipe.movement_config JSON 列违反 1NF,应拆 recipe_movement 子表

8670e41c
✏️ 编辑
优先级 P2
类型 重构
状态 草稿
负责人

📝 描述

数据驱动重构(REQ-1294e858)把三幕结构以 JSON 数组塞进 generation_recipe.movement_config 单列,违反3NF铁律"禁在表中嵌套JSON/数组",且该JSON内嵌对 place.region/place_category 与 character.generation 的过滤引用(隐式FK),会被 _auto_generate_scenes_from_beats 解析。数据架构师对抗式审查裁定为必改项(正文生成组件将读取此列)。正确拆法:recipe_movement(recipe_id FK, sequence_num, name, pct_min/max, gen_max) + recipe_movement_place_filter(movement_id FK, filter_type, filter_value)。属对已ship重构的反馈原则闭环。

🔄 推进状态

新状态
负责人
描述(rejected/cancelled 必填)

创建于 2026-07-09 05:37