Commit b54cf5a02250c0d3376d4db5a6f735b487aff71d
1 parent
a843f481
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
Readme added
Showing
1 changed file
with
2 additions
and
17 deletions
Show diff stats
plugins/comment_paragraph/README.md
1 | -README - Comment Classification Plugin | 1 | +README - Comment Paragraph Plugin |
2 | ====================================== | 2 | ====================================== |
3 | 3 | ||
4 | -This plugin creates the structure for classifying the comments. The | ||
5 | -initial idea of this plugin is to support the management of public | ||
6 | -consulting, but it can be used in different contexts. | ||
7 | -For now, two kind of classification will be available: | ||
8 | - | ||
9 | - * Label: when creating a comment, the user identify the kind of it by | ||
10 | -choosing the label of the comment. Example: "Suggestion", | ||
11 | -"Disagreement"... | ||
12 | - * Status: users with permission can include a Status for a comment. | ||
13 | -Example: "Merged", "Unmerged" | ||
14 | - | ||
15 | -Dependency | ||
16 | -========== | ||
17 | - | ||
18 | -This plugin was developed to help public consulting and needs the | ||
19 | -CommentGroupPlugin enabled to be used. | 4 | +This plugins enables all the paragraphs of an article to have comments |