Plugin for Staff users to create notes on users
Go to file
Kelv 6b66a06174
FIX: restore button to add user notes to post admin menu (#85)
* FIX: use api.addPostAdminMenuButton for modifying post admin menu instead of widget

We use app events here to force refresh of specific post, as previously the behaviour of the widget would trigger the re-render at the same time as the primary actions. This could also be handled in the modal instead of via the action passed by the button.

---------

Co-authored-by: Joffrey JAFFEUX <j.jaffeux@gmail.com>
2023-10-26 18:07:30 +08:00
.github/workflows DEV: Update CI workflows (#74) 2023-01-10 19:09:47 +00:00
app DEV: Update plugin to match latest guidelines (#76) 2023-02-23 15:20:10 +02:00
assets FIX: restore button to add user notes to post admin menu (#85) 2023-10-26 18:07:30 +08:00
config Update translations (#75) 2023-01-24 16:32:17 +01:00
db/migrate DEV: Introduce syntax_tree for ruby formatting (#70) 2022-12-29 13:35:49 +01:00
spec DEV: Introduce syntax_tree for ruby formatting (#70) 2022-12-29 13:35:49 +01:00
test/javascripts/acceptance DEV: Adopt modern ember primitives (#66) 2022-11-22 12:30:03 +00:00
.discourse-compatibility FIX: restore button to add user notes to post admin menu (#85) 2023-10-26 18:07:30 +08:00
.eslintrc DEV: apply coding standards (#17) 2020-09-04 13:20:35 +02:00
.gitignore DEV: Update linting setup and fix issues (#58) 2022-06-17 15:25:17 +02:00
.prettierrc DEV: apply coding standards (#17) 2020-09-04 13:20:35 +02:00
.rubocop.yml DEV: Introduce syntax_tree for ruby formatting (#70) 2022-12-29 13:35:49 +01:00
.streerc DEV: Introduce syntax_tree for ruby formatting (#70) 2022-12-29 13:35:49 +01:00
.template-lintrc.js DEV: apply coding standards (#17) 2020-09-04 13:20:35 +02:00
Gemfile DEV: Introduce syntax_tree for ruby formatting (#70) 2022-12-29 13:35:49 +01:00
Gemfile.lock DEV: Introduce syntax_tree for ruby formatting (#70) 2022-12-29 13:35:49 +01:00
LICENSE add License 2016-06-06 23:13:41 +05:30
README.md Add missing link to meta topic in README (#25) 2021-02-23 19:20:26 +01:00
package.json DEV: Update eslint config (#79) 2023-05-26 16:17:39 -05:00
plugin.rb FIX: Incorrect `PLUGIN_NAME` (#78) 2023-05-12 12:54:06 +02:00
translator.yml DEV: Switch from Transifex to Crowdin 2020-07-16 14:01:34 +02:00
yarn.lock Bump @babel/traverse from 7.20.10 to 7.23.2 (#84) 2023-10-18 18:25:22 +02:00

README.md

discourse-user-notes

https://meta.discourse.org/t/user-notes-plugin/41026/

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