diff options
author | phellmes <development@suschka.de> | 2018-04-04 16:00:34 +0200 |
---|---|---|
committer | phellmes <development@suschka.de> | 2018-04-04 16:00:34 +0200 |
commit | 2afe28785cc8cb4e655d6566c6c3ee8c787b2a2d (patch) | |
tree | f7c0edc9be2ac65a70e24e184ef4dfeb0a7eeb24 /doc/feature/additional/posts.md | |
parent | 8871f8d0f4b33a4ed76ce18c15b7a8fcab916d6e (diff) | |
download | volse-hubzilla-2afe28785cc8cb4e655d6566c6c3ee8c787b2a2d.tar.gz volse-hubzilla-2afe28785cc8cb4e655d6566c6c3ee8c787b2a2d.tar.bz2 volse-hubzilla-2afe28785cc8cb4e655d6566c6c3ee8c787b2a2d.zip |
add basic structure for additional features documentation
Setting the raw frame with overview, short descriptions like in code
and already revealing skill levels.
Based on the current (recently modified) structure of the feature settings.
Detailed descriptions in work and coming with later commits as well as
a dedicated admin section for that topic. Better menu integration
may be possible with Andrew's new doco structure work in progress later.
Diffstat (limited to 'doc/feature/additional/posts.md')
-rw-r--r-- | doc/feature/additional/posts.md | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/doc/feature/additional/posts.md b/doc/feature/additional/posts.md new file mode 100644 index 000000000..d3f6b37db --- /dev/null +++ b/doc/feature/additional/posts.md @@ -0,0 +1,57 @@ +## Post/Comment Tools + + +### Community Tagging + +Ability to tag existing posts +<!-- TODO: full description for Community Tagging --> + +Minimum required technical skill level to see this feature: 1 + + +### Post Categories + +Add categories to your posts +<!-- TODO: full description for Post Categories --> + +Minimum required technical skill level to see this feature: 1 + + +### Emoji Reactions + +Add emoji reaction ability to posts +<!-- TODO: full description for Emoji Reactions --> + +Minimum required technical skill level to see this feature: 1 + + +### Saved Folders + +Ability to file posts under folders +<!-- TODO: full description for Saved Folders --> + +Minimum required technical skill level to see this feature: 2 + + +### Dislike Posts + +Ability to dislike posts/comments +<!-- TODO: full description for Dislike Posts --> + +Minimum required technical skill level to see this feature: 1 + + +### Star Posts + +Ability to mark special posts with a star indicator +<!-- TODO: full description for Star Posts --> + +Minimum required technical skill level to see this feature: 1 + + +### Tag Cloud + +Provide a personal tag cloud on your channel page +<!-- TODO: full description for Tag Cloud --> + +Minimum required technical skill level to see this feature: 2 |