pip-webui-support
v1.0.5
Published
Product support pages for Pip.WebUI
Downloads
7
Readme
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
- User's guide
- Online samples
- API reference
- Developer's guide
- Changelog
- Pip.WebUI project website
- Pip.WebUI project wiki
- Pip.WebUI discussion forum
- Pip.WebUI team blog
Module dependencies
- pip-webui-lib: angular, angular material and other 3rd party libraries
- pip-webui-css: CSS styles and web components
- pip-webui-core: localization and other core services
- pip-webui-rest: REST resources for users and feedbacks
- pip-webui-controls: toggle buttons control
- pip-webui-layouts: document layout
- pip-webui-nav: navigation dropdown
- pip-webui-pictures: picture attachments
- pip-webui-documents: document attachments
- pip-webui-composite: content switch control
License
This module is released under MIT license and totally free for commercial and non-commercial use.