An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          


Logo

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.


Frappe Comment Xt Featured image
Multiple threaded replies


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).