feat(kb): wire knowledge base + portal feed to the API (PMS-79 client) #63
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/pms-79-kb-client"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Replace demo KB pages with real API data: category grid, article list with search+category filter, detail with version history + restore + helpful/not-helpful, markdown create/edit (/api/v1/kb*); portal KB page fetches /api/v1/portal/kb. New kb DTOs; demo removed. wasm + clippy -D + fmt clean. Rebased on latest main. NOTE: portal feed may 401 until portal contact-JWT auth is plumbed in the SPA (all portal pages share this gap).