feat(kb): finish PMS-79 story (categories, articles, versions, portal feed) #31
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/kb-story-pms-79"
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?
Closes #PMS-79
Batches PMS-80..84: - PMS-80 scaffold + router wire - PMS-81 kb_categories CRUD (manager writes) - PMS-82 kb_articles CRUD: create seeds version 1; update snapshots a new version row when title or content change; view_count bumps on every read - PMS-83 article version history at `GET /kb/articles/:id/versions` (newest first) - PMS-84 portal feed at `GET /kb/articles/portal` returns `status = 'published'` AND `visibility IN ('public', 'client_specific')` rows; the portal-side reader (PMS-32) can call this through its own route once both PRs are in. #PMS-80 State Done #PMS-81 State Done #PMS-82 State Done #PMS-83 State Done #PMS-84 State DonePull request closed