KB-529D
P10D-2A — No-Nuxt-Code Assembly Path Check Report
2 min read Revision 1
p10dassembly-firstno-code-checkreport
P10D-2A — No-Nuxt-Code Assembly Path Check Report
Date: 2026-04-30 Verdict: 7 no-code paths checked, all INFEASIBLE. Platform thiếu "Collection Document Reader" capability.
Summary
- governance_docs: template hardcode 3 categories → thêm category mới không render
- DirectusTable: đúng config-driven nhưng sai format (table ≠ document reader)
- /docs + KB: đúng format (tree+reader) nhưng hardcode source = KB API
- /knowledge/[...slug]: cùng giới hạn KB API
- Navigation: hardcode, không menu_registry
- page_registry: không tồn tại
- Directus admin view: chỉ admin, không public Nuxt
Options
- A/B/C (no-code): ALL INFEASIBLE
- D1: Sửa index.vue ~100 dòng, dùng component có sẵn (low effort, MVP)
- D2: Tạo Collection Document Reader capability (medium effort, reusable)
Missing Platform Capability
"Collection Document Reader" — config-driven component nhận Directus collection, render tree + markdown body. Nếu có, chỉ cần INSERT config.
Chờ GPT + User quyết D1 hay D2.