pip-webui-support

1.0.5 • Public • Published

Pip.WebUI Logo
Product support pages

Maintaining bi-directional communication with users is critical for product success. It may include showing announces about new product releases, collecting feedback from users, conducting surveys to clarify users problems and needs.

Pip.WebUI.Support module implements pages to enable user support in Enterprise applications. In the current version it only contains Feedback page. But there are plans to add more in the upcoming releases.

In Addition to open communication mechanisms, the module supports integration with Google Analytics to collect information on users behaviors in background.

Users Feedback

The Feedback is available as a panel, that can be embedded into your custom page, as page and as dialog. It lets users to send to support team messages with their feedback, ideas or report various issues. It requires presence of users and feedbacks REST API.

pipAnalytics service

The service allows to track user actions and reports them to Google Analytics. Page transitions are tracked automatically when pipAnalytics module is registered in the application. To track various events like clicks, scroll to certain position, etc. developer shall explicitely call event method.

angular.module('myApp', [..., 'pipAnalytics']);
...
// Todo: show how to track events

Learn more about the module

Module dependencies

License

This module is released under MIT license and totally free for commercial and non-commercial use.

Readme

Keywords

Package Sidebar

Install

npm i pip-webui-support

Weekly Downloads

7

Version

1.0.5

License

MIT

Last publish

Collaborators

  • seroukhov
  • zontak