2017 © Pedro Peláez
 

cakephp-plugin feedback-it

Feedback or bugreport (with screenshot!) tab option in your CakePHP application. Data can be posted directly to Mantis, E-mail, Github issues, filesystem, etc.

image

stefanvangastel/feedback-it

Feedback or bugreport (with screenshot!) tab option in your CakePHP application. Data can be posted directly to Mantis, E-mail, Github issues, filesystem, etc.

  • Thursday, January 4, 2018
  • by stefanvangastel
  • Repository
  • 8 Watchers
  • 23 Stars
  • 9 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 9 Forks
  • 2 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Table of Contents

, (*1)

Intro

This CakePHP plugin provides a static feedback tab on the side of the screen that enables website visitor to submit feedback or bugreports. Features pure client-side screenshot function including user-placed highlight / accent., (*2)

Currently saves the following on form submit:, (*3)

  • Name of sender (optional, can work with AuthComponent)
  • E-mail of sender (optional)
  • Subject
  • Message
  • Current URL
  • Screenshot of body DOM element
  • Browser and browser version
  • User OS flavor

Save options include (configurable):, (*4)

, (*5)

Requirements

This plugin is CakePHP Security component compatible., (*6)

Required:, (*7)

Optional:, (*8)

Includes:, (*9)

, (*10)

Installation and Setup

  1. Check out a copy of the FeedbackIt CakePHP plugin from the repository using Git :, (*11)

    git clone http://github.com/stefanvangastel/CakePHP-FeedbackIt.git, (*12)

    or download the archive from Github:, (*13)

    https://github.com/stefanvangastel/CakePHP-FeedbackIt/archive/master.zip, (*14)

    You must place the FeedbackIt CakePHP plugin within your CakePHP 2.x app/Plugin directory., (*15)

    or load it with composer:, (*16)

    "stefanvangastel/feedback-it": "dev-master", (*17)

  2. Load the plugin in app/Config/bootstrap.php:, (*18)

    CakePlugin::load('FeedbackIt');, (*19)

  3. Copy the default feedbackit-config file:, (*20)

    Copy ../app/Plugin/FeedbackIt/Config/feedbackit-config.php.default to ../app/Plugin/FeedbackIt/Config/feedbackit-config.php, (*21)

    And adjust it to your needs., (*22)

  4. Use the feedbackbar element in a view or layout to place the feedback tab on that (or those) pages. It doesn't matter where you place the following line since it uses absolute DOM element positioning., (*23)

    <?php echo $this->element('FeedbackIt.feedbackbar');?>, (*24)

, (*25)

Usage

To testdrive this puppy; http://stefanvangastel.nl/feedbackitdemo/, (*26)

, (*27)

Examples

Example of form Example of result, (*28)

End, (*29)

The Versions

04/01 2018

dev-master

9999999-dev

Feedback or bugreport (with screenshot!) tab option in your CakePHP application. Data can be posted directly to Mantis, E-mail, Github issues, filesystem, etc.

  Sources   Download

MIT

The Requires

 

by Stefan van Gastel

13/03 2017

v0.0.1

0.0.1.0

Feedback or bugreport (with screenshot!) tab option in your CakePHP application. Data can be posted directly to Mantis, E-mail, Github issues, filesystem, etc.

  Sources   Download

MIT

The Requires

 

by Stefan van Gastel

13/03 2017

dev-test-stable

dev-test-stable

Feedback or bugreport (with screenshot!) tab option in your CakePHP application. Data can be posted directly to Mantis, E-mail, Github issues, filesystem, etc.

  Sources   Download

MIT

The Requires

 

by Stefan van Gastel