...
A simple feedback tool that allows users to send comments and suggestions about the mobile app to help drive our continuous improvement efforts.
Features
- Configurable List of categories for the topic of the feedback. Defaults Currently set to "General Feedback" plus all active tools as options.
- Configurable device listing List of devices to allow users to submit feedback across platforms.
- Gathering of submission device operating system.
- Gathering of application campus setting.
- Configurable email delivery of feedback.
Planned Features
- Configurable list of feedback topics. (version 3.2)
- Configurable list of devices. (version 3.2)
Tool Configuration
Attribute Name | Values | Description |
---|---|---|
feedback.email.to | Valid Email Address | The email address to deliver the feedback to. |
feedback.email.from | Valid Email Address | The email address that the feedback email will appear to be sent from. This is necessary since the user can request a copy of the email and it should not appear to come from them when it is sent from the application. |
feedback.email.subject | Any | The subject text of the email. |
email.from | Any | |
email.host | Valid Host Name | The valid host name of the SMTP host to use when sending email. |
email.port | Any Number | The port number on the host that the SMTP server runs on. |
email.username | Any | The user name to use when authenticating to the SMTP server. This parameter is optional. |
email.password | Any | The password to use when authenticating to the SMTP server. This parameter is optional. |