https://github.com/rtCamp/frappe-comment-xt
Frappe app that allows controlling comment visibility for tagged user and user-groups.
https://github.com/rtCamp/frappe-comment-xt
erpnext frappe python
Last synced: 9 months ago
JSON representation
Frappe app that allows controlling comment visibility for tagged user and user-groups.
- Host: GitHub
- URL: https://github.com/rtCamp/frappe-comment-xt
- Owner: rtCamp
- License: agpl-3.0
- Created: 2024-01-31T07:51:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-05T07:39:03.000Z (about 1 year ago)
- Last Synced: 2025-10-06T03:13:33.935Z (9 months ago)
- Topics: erpnext, frappe, python
- Language: JavaScript
- Homepage:
- Size: 170 KB
- Stars: 17
- Watchers: 6
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-frappe - Private Comment - App that allows controlling comment visibility for tagged user and user-groups with three modes: Private, Public & Mentioned (Uncategorized / Uncategorized)
README
Frappe Comment xt
Frappe app that allows controlling comment visibility for tagged user and support multiple level replies. Helpful to add private comments in a discussion on any doc’s single view.
Select visibility for comments from:
1. Public - Visible to everyone.
2. Mentioned - Visible to mentioned users and user-groups.
3. Private - Visible to only the comment owner.
## Installation
1. Get the app
```bash
bench get-app https://github.com/rtCamp/frappe-comment-xt.git
```
2. Install the app on your site
```bash
bench --site [site-name] install-app frappe_comment_xt
```
## Planned Features
- Emoji reactions to comments
## Contribution Guide
Please read [CONTRIBUTING.md](./CONTRIBUTING.md) for details.
## License
This project is licensed under the [AGPLv3 License](./LICENSE).