Plugin for Staff users to create notes on users
Go to file
Neil Lalonde a3a8a2ff74
Update translations
2020-06-24 11:42:37 -04:00
.tx Update translations 2018-09-10 14:05:33 -04:00
assets FIX: ensures edit user notes button is created with correct HTML 2020-05-30 08:21:12 +02:00
bin Add frozen string literal comment to files. 2019-05-13 11:06:13 +08:00
config Update translations 2020-06-24 11:42:37 -04:00
db/migrate DEV: Remove trailing whitespace 2020-01-21 12:41:20 +00:00
spec DEV: Rename files, functions and DB entries plus two small fixes 2019-07-24 22:58:08 -04:00
.eslintrc LINT: do not lint legacy decorators 2020-04-20 18:25:50 -07:00
.gitignore DEV: Add rubocop-discourse gem 2020-05-06 18:17:41 +02:00
.rubocop.yml DEV: Add rubocop-discourse gem 2020-05-06 18:17:41 +02:00
Gemfile DEV: Add rubocop-discourse gem 2020-05-06 18:17:41 +02:00
Gemfile.lock DEV: Add rubocop-discourse gem 2020-05-06 18:17:41 +02:00
LICENSE add License 2016-06-06 23:13:41 +05:30
README.md Update README.md 2019-07-24 10:36:10 -04:00
package.json REFACTOR: old patterns and deprecations (#12) 2019-10-02 13:37:15 -04:00
plugin.rb FIX: makes start/end date inclusives 2019-10-18 12:02:20 +02:00
yarn.lock Update yarn 2020-05-28 14:47:04 -04:00

README.md

discourse-user-notes

This plugin gives staff members the ability to attach notes to users.

Whenever the user posts, a little note icon will appear beside their name if they have any staff notes. Clicking on it will reveal the notes other staff members have left.

Installation

Follow our Install a Plugin howto, using git clone https://github.com/discourse/discourse-user-notes.git as the plugin command.

Once you've installed it, review the settings under admin and then enable user_notes_enabled.

Clearing browser cache might be required when first installed

Issues

If you have issues or suggestions for the plugin, please bring them up on Discourse Meta.

License

MIT