Plugin for Staff users to create notes on users
Go to file
Jeff Wong 1a60f5670f Update staff note icon to appear on reviewable
Flagged posts have been folded into the review queue - this makes
staff notes appear on the flags in the review queue

Icon appears as a shorthand pencil emoji
2020-04-08 15:12:20 -07:00
.tx Update translations 2018-09-10 14:05:33 -04:00
assets Update staff note icon to appear on reviewable 2020-04-08 15:12:20 -07:00
bin Add frozen string literal comment to files. 2019-05-13 11:06:13 +08:00
config Update translations 2020-01-20 11:23:30 -05: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 REFACTOR: old patterns and deprecations (#12) 2019-10-02 13:37:15 -04:00
.gitignore DEV: prettier/eslint 2019-01-11 17:37:44 +01:00
.rubocop.yml Inherit rubocop config from discourse repo 2018-12-03 00:37:54 +01:00
Gemfile Add frozen string literal comment to files. 2019-05-13 11:06:13 +08: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 Bump acorn from 7.1.0 to 7.1.1 (#15) 2020-03-17 14:59:09 -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