feat(kb): Top ticket-driving articles widget on landing page (PMS-485) #333
No reviewers
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
psa-systems/mokosh-apps!333
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/PMS-485-kb-top-driving"
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?
Client slice of PMS-485. Adds a Card to KBHomePage that lists the top
10 articles citing the most tickets via the new server endpoint
GET /api/v1/kb/top-ticket-driving-articles?limit=10.
Each row is a Link to KBArticleDetail + a gray Badge with the
ticket_count. Loading state animates 3 placeholder rows; empty state
points the user at the "Open ticket about this article" affordance
that PMS-482 added so they know how rows get populated.
Requires the matching server endpoint (filed in mokosh-server under
the same branch name); merge that first.
#PMS-485