Commit Graph

2 Commits (f3f12e3ea58cb2f89459c53c1dce4e80ed0c4b4e)

Author SHA1 Message Date
Council 6571967c23 council(finalize): FrontendDev - Complete Q1 editor research + final recommendation
Q1 Findings:
- ShopXO DIY editor is commercial closed-source (no readable source in repo)
- Nested depth is 3 levels (not 4) — venue > seat_map > seats/sections
- Vue3 form visual editor: ~500 lines, 1-1.5 person-days
- JSON single-table is 50%+ cheaper than split-table approach
- Final recommendation: hook injection + form visual editor

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-15 20:54:18 +08:00
Council f55ba36e7b council(draft): BackendArchitect - Q2 editor research findings
Plugins_view_admin_goods_save is an injection point, not a replacement point.
Save() accepts standard POST. Hook can intercept save flow.
Final recommendation: hook injection + JSON editor.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-15 20:45:09 +08:00