Updated Features (markdown)

nztqa 2017-07-26 22:07:07 +09:00
parent 2981761c29
commit 35f37bdecc

@ -92,17 +92,28 @@
* [REST API](https://github.com/wekan/wekan/issues/1037) * [REST API](https://github.com/wekan/wekan/issues/1037)
## Webhooks ## Webhooks
Sending notifications for board activities.
```
Content-type: application/json
{
"text": "board activities"
}
```
* [Outgoing Webhooks](https://github.com/wekan/wekan/pull/1119) * [Outgoing Webhooks](https://github.com/wekan/wekan/pull/1119)
### 1) Board menu when clicking 3 lines "hamburger" menu on right ### Enabled
#### 1) Board menu when clicking 3 lines "hamburger" menu on right
![Wekan board menu screenshot](https://wekan.github.io/screenshot-board-menu.png) ![Wekan board menu screenshot](https://wekan.github.io/screenshot-board-menu.png)
### 2) Outgoing Webhooks #### 2) Outgoing Webhooks
![Wekan Outgoing Webhooks screenshot](https://wekan.github.io/screenshot-outgoing-webhooks.png) ![Wekan Outgoing Webhooks screenshot](https://wekan.github.io/screenshot-outgoing-webhooks.png)
### Disabled
Leave the URL field blank.
## Cleanup ## Cleanup
* [Wekan database cleanup script](https://github.com/wekan/wekan-cleanup) * [Wekan database cleanup script](https://github.com/wekan/wekan-cleanup)