-
Notifications
You must be signed in to change notification settings - Fork 315
[27.0] Add AL support for OCV feedback API (#4903) #5117
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
base: releases/27.0
Are you sure you want to change the base?
[27.0] Add AL support for OCV feedback API (#4903) #5117
Conversation
#### Summary <!-- Provide a general summary of your changes --> This PR adds the following API to allow AL code request submission of feedback to OCV: - **RequestFeedback**: Request general feedback for a feature, (or copilot feature). Also allows specifying an OCV sub-area (featureArea parameter). Allows the user to select if it is like, dislike, or a suggestion - **RequestLikeFeedback**: Requests feedback for a feature, (or copilot feature) when the user likes the feature. Also allows specifying an OCV sub-area (featureArea parameter). **RequestDislikeFeedback**: Requests feedback for a feature, (or copilot feature) when the user dislikes the feature. Also allows specifying an OCV sub-area (featureArea parameter). **SurveyTimerActivity**: OCV provides a concept surrounding usage time, for example if a user has used a feature for 300 seconds. They provide a trigger name associated with the survey as the activityName parameter, and start whether to start or end the timer **SurveyTriggerActivity**: OCV also provides a non-timer based trigger, which could be for example, a signal that a user pressed a button. This takes the activityName parameter for the trigger associated with the OCV survey. #### Work Item(s) <!-- Add the issue number here after the #. The issue needs to be open and approved. Submitting PRs with no linked issues or unapproved issues is highly discouraged. --> Fixes [AB#609310](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/609310) --------- Co-authored-by: Eddy Lynch <eddylynch@microsoft.com>
onbuyuka
left a comment
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.
This PR will not trigger a hotfix pipeline because the work item is not a bug and is not attached to an ICM. I don't see any reason this should be hotfixed too, no urgency imo. 27.x PR should be enough, then it will be available with 27.1
| "id": "f7964d32-7685-400f-8297-4bc17d0aab0e", | ||
| "name": "Microsoft User Feedback", | ||
| "publisher": "Microsoft", | ||
| "version": "28.0.0.0", |
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.
Should be 27.0.0.0
| "dependencies": [ | ||
| ], | ||
| "screenshots": [], | ||
| "platform": "28.0.0.0", |
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.
Should be 27.0.0.0
Summary This PR adds the following API to allow AL code request submission of feedback to OCV:
RequestDislikeFeedback: Requests feedback for a feature, (or copilot feature) when the user dislikes the feature. Also allows specifying an OCV sub-area (featureArea parameter).
SurveyTimerActivity: OCV provides a concept surrounding usage time, for example if a user has used a feature for 300 seconds. They provide a trigger name associated with the survey as the activityName parameter, and start whether to start or end the timer
SurveyTriggerActivity: OCV also provides a non-timer based trigger, which could be for example, a signal that a user pressed a button. This takes the activityName parameter for the trigger associated with the OCV survey.
Work Item(s)
Fixes
AB#609310
Summary
Work Item(s)
Fixes #