https://github.com/uPortal-Project/FeedbackPortlet
https://github.com/uPortal-Project/FeedbackPortlet
hacktoberfest java portal portlet uportal uportal-start-bundled
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/uPortal-Project/FeedbackPortlet
- Owner: uPortal-Project
- License: other
- Created: 2012-09-26T16:29:23.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2025-02-13T20:11:46.000Z (8 months ago)
- Last Synced: 2025-03-05T21:42:58.956Z (7 months ago)
- Topics: hacktoberfest, java, portal, portlet, uportal, uportal-start-bundled
- Language: JavaScript
- Homepage:
- Size: 2.78 MB
- Stars: 1
- Watchers: 22
- Forks: 17
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Feedback Portlet
[](https://maven-badges.herokuapp.com/maven-central/org.jasig.portlet/FeedbackPortlet)
[](https://github.com/uPortal-Project/FeedbackPortlet/actions)## About
The portlet is a JSR-168 Spring PortletMVC portlet. It uses hibernate for its data store.
User feedback submission features:
* Simple user UI for comment submission
* Users may make their feedback anonymous, but the default is to collect user information
* Automatically collect information about the user and his or her browserAdministrative feedback features:
* Admin interface for viewing feedback with recent comments and overall stats summaries
* Easily filter feedback by type or user role
* Shortcuts for sending email to non-anonymous users
* Excel data export
* Optional listener to forward feedback submissions on to an email addressPossible future features:
* forward a comment to a ticketing system
* provide a flag to indicate if an admin has responded to the ticket## Installation
``` shell
# Clone the repository
git clone https://github.com/Jasig/FeedbackPortlet# Open the cloned folder
cd FeedbackPortlet# Install maven dependencies and build
mvn install# Navigate to uPortal folder
cd ../path/to/uportal# Deploy Feedback Portlet to uPortal
ant deployPortletApp -DportletApp /path/to/../FeedbackPortlet/target/FeedbackPortlet.war
```