Skip to content

jafethdc/discourse-user-feedback

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discourse User Feedback

Features

  • Go to /u/[username]/activity/feedback to see that user's feedbacks left by others.
  • In that same page you can leave your feedback for the user.
  • You can see an average rating in the user's profile as well as in the user card.

TO-DO

  • Trigger a notification when someone gives you feedback.

Installation

Add this repository's git clone url to your container's app.yml file, at the bottom of the cmd section:

hooks:
  after_code:
    - exec:
        cd: $home/plugins
        cmd:
          - mkdir -p plugins
          - git clone https://github.com/discourse/docker_manager.git
          - git clone https://github.com/JafethDC/discourse-user-feedback.git

Rebuild your container:

cd /var/discourse
git pull
./launcher rebuild app

About

A discourse plugin that allow users to give feedback each other

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published