https://github.com/gorkhali125/sitefeedback
This Drupal module allows users to submit feedback/suggestions/bugs to the site admins.
https://github.com/gorkhali125/sitefeedback
bugreport drupal-module drupal8 drupal9 feedback sitefeedback suggestions
Last synced: 3 months ago
JSON representation
This Drupal module allows users to submit feedback/suggestions/bugs to the site admins.
- Host: GitHub
- URL: https://github.com/gorkhali125/sitefeedback
- Owner: gorkhali125
- License: gpl-2.0
- Created: 2020-07-17T05:17:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-09T11:44:27.000Z (about 5 years ago)
- Last Synced: 2025-05-22T06:45:41.658Z (5 months ago)
- Topics: bugreport, drupal-module, drupal8, drupal9, feedback, sitefeedback, suggestions
- Language: PHP
- Homepage: https://github.com/gorkhali125/sitefeedback
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
CONTENTS OF THIS FILE
---------------------
* Introduction
* Requirements
* Installation
* Configuration
* Customization
* Maintainers
INTRODUCTION
------------
The Site Feedback module allows users browsing your site to submit
feedback/suggestion and in cases bugs. Site Administrators can
manage this submitted feedback list under "Reports»Site feedback list".
All the feedbacks submitted will be saved as "In Progress"
and later Site Admins can have a look at this feedback,
perform necessary action and then mark the feedback as done.
Site Admins can also reply to the user who has submitted
the feedback from within manage feedback list.
REQUIREMENTS
------------
No special requirements
INSTALLATION
------------
Installation can be done in different ways. See:
https://www.drupal.org/docs/extending-drupal/installing-modules for further
information. Have a look into the downloading way. There is no
composer support yet.
CONFIGURATION
-------------
* Configure user permissions in Administration » People » Permissions:
- Manage Site Feedback
Users in roles with the "Manage Site Feedback" permission will be able
to see the feedback
list under "Reports»Site feedback list" and can perform any operations
on all submitted feedback.
- Provide Site Feedback
Users in roles with the "Provide Site Feedback" permission can submit the
feedback/suggestion in the system.
CUSTOMIZATION
-------------
* To override the default style of the "Feedback" button, you may use
the class "feedback-add-btn" and change the button accordingly.
* To override the default style of the "Mark as Done" and "Delete Selected"
buttons, you may use the class "feedback-mark-done-btn" and
"feedback-delete-btn" respectively.
* To override the style of view page, use the class "feedback-individual-view"
and for each item "feedback-item"
MAINTAINERS
-----------
Current maintainers:
* Deepesh Khanal (deepesh.khanal) - https://www.drupal.org/user/2909955