User Feedback
Overview
This feature allows you to obtain feedback from users. By collecting opinions such as questions and requests for additional features from users who are actually using the SaaS, you can use this to improve your service.
Comments
The SaaS administrator can reply to comments on the feedback.
Votes
Users can vote on feedback. This allows to see the features that are most in demand by users.
Status
You can set the status. This allows to communicate the progress of the development to the user.
0: New
1: Under consideration
2: In progress
3: Implemented
Usage
In order to use this feature, you need to implement a feedback manipulation function into your SaaS using the Communication API.
For example, you would use APIs such as:
- CreateFeedback
- Creates feedback
- GetFeedbacks
- Retrieves created feedback
- CreateVoteUser
- Allows other users to vote on feedback
You would use these APIs to implement the feedback function.
The collected feedback can be checked in the SaaS operation console.
You can change the status and add comments.