Skip to content

Commit

Permalink
#92, add docs informaiton for comment feature
Browse files Browse the repository at this point in the history
  • Loading branch information
thrize committed Apr 15, 2018
1 parent bbd57f0 commit 4b8eaf8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The operations you can perform are:

- Run bot now (WILL VOTE)
- Check bot stats (this is pretty cool)
- Edit curation algorithm weights and white / black lists
- Edit curation algorithm weights and white / black lists, set comment
- Edit configuration and settings of bot
- Run algorithm test (does not actually vote)
- View last log
Expand Down
11 changes: 10 additions & 1 deletion docs/dashboard-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,11 @@ In order for the bot to function _at all_, you must set your algorithm for it. T

For a more detailed explanation, see the [algorithm doc](/docs/algorithm.md).

To summarise, there are two parts to the algorithm:
There are several parts to the algorithm:

- A collection of weights
- Some white / blacklists
- Comment to make on voted posts (optional)

#### Weights

Expand All @@ -166,6 +167,14 @@ _Edit Algorithm, top of page_

![](/img/edit-algo-1.png)

#### Comment

Optionally you can set the bot to comment on every post you vote for. This must be plain text but can include any normal characters as well as unicode, so there is support for emoji and the characters of the world's languages.

To enable this feature you must set the text here and also turn it on in the configuration variable. Go to Edit Config to set this.

![](/img/edit-algo-comment.png)

#### Features

- Clicking a metric name in the reference list at the bottom of the page will add that metric to the top metric update form, for ease of use
Expand Down
Binary file added img/edit-algo-comment.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

5 comments on commit 4b8eaf8

@prosmacs
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If i understand this correctly i cannot put markdown in the comment?

@prosmacs
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cool thx

@prosmacs
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it supposed to comment immediately after the bot votes, or does it comment once every 24h?

@prosmacs
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works fine! Thank youfor this new cool feature!

@veracitylife
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will spintax be utilized?

Please sign in to comment.