-
Notifications
You must be signed in to change notification settings - Fork 43
FLUT-927696 - [Feature] Added UG docs and image for chat suggestion feature #1055
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
FLUT-927696 - [Feature] Added UG docs and image for chat suggestion feature #1055
Conversation
Build Status: INPROGRESS 🔃 |
CI Status: SUCCESS ✅ |
Flutter/chat/message-content.md
Outdated
@@ -149,6 +149,50 @@ In the following example, included the user's display name additionally in the e | |||
|
|||
 | |||
|
|||
## Suggestions | |||
|
|||
The[`Suggestions`](https://pub.dev/documentation/syncfusion_flutter_chat/28.1.33-beta/chat/ChatMessage/suggestions.html) property add the list of suggestion items for a message in the message list. The selected suggestion item can be displayed in the chat interface as either incoming or outgoing messages based on the user who selected the suggestion item. The suggestion layout, background color, and more can be customized. |
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.
property allows you to add a list of suggestion items to a message in the message list. The selected suggestion item can be displayed in the chat interface as either an incoming or outgoing message, depending on the user who selected it. The suggestion layout, background color, and other properties can be customized.
Build Status: INQUEUE 🕒 |
Build Status: INPROGRESS 🔃 |
CI Status: SUCCESS ✅ |
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.
Fine
Feature description
Added suggestion feature details in chat UG documentation.
Analysis and design
If there is an external design, link to its project documentation area.
If there is an internal discussion on the forum, provide the link.
Solution description
Describe your code changes in detail for reviewers.
Output screenshots
Post the output screenshots if an UI is affected or added due to this feature.
Areas affected and ensured
List the areas are affected by your code changes.
API Changes
List all API changes here (or just put None), example:
Added:
Changed:
Behavioral Changes
Describe any non-bug related behavioral changes that may change how users app behaves when upgrading to this version of the codebase.
Test cases
Provide the unit testing written file details to understand the use cases considered in this implementation.
If there is no TDD (if it’s not possible to follow), provide the UI automation script location and the Excel file that contains the use cases considered in this implementation.
Provide the test cases Excel file alone if the feature cannot be automated in any case.
List out all the scenarios you have tested after include these changes. You can refer the predefined scenarios from below link.
https://syncfusion.atlassian.net/wiki/display/CHARTXAMARIN/Chart+Test+Plan
Testbed sample location
Provide the test bed sample location where code reviewers can review the new feature’s behaviors. This depends on the CI process that your team follows. It can be from NPMCI, HockeyApp, staging site, local server, etc.
Does it have any known issues?
If this feature contains any known issues, provide the proper details about the issues.
Does it have memory leak?
Ensure the feature contains memory leak or not (if applicable).
MR CheckList