-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(headless): creation of the new headless insight user actions controller #4192
Conversation
Pull Request ReportPR Title✅ Title follows the conventional commit spec. Live demo linksBundle Size
SSR Progress
Detailed logssearch : buildInteractiveResultsearch : buildInteractiveInstantResult search : buildInteractiveRecentResult search : buildInteractiveCitation search : buildGeneratedAnswer recommendation : missing SSR support product-recommendation : missing SSR support product-listing : missing SSR support case-assist : missing SSR support insight : missing SSR support commerce : missing SSR support |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks 👍 , but I have some doubts about the userId
parameter.
packages/headless/src/features/insight-user-actions/insight-user-actions-state.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GG!
SFINT-5613
Overview about the user actions feature:
The user actions feature allows the agent using the Insight Panel to check all the actions that have beed made by a user who created a case, these knowledge about the actions performed by the user should help the agent to understand the context of the case and issue the user is facing and help him solve the case more quickly.
From a UI perspective, that's what this feature look like:
From where we get the user actions data:
We get the user action data from the the following machine learning API: /rest/organizations/{organizationId}/machinelearning/user/actions
Example request:
Example response:
What is being done in the Headless library:
In this first iteration(this PR):
In a future iteration(a following PR):