Updated Features (markdown)

Lauri Ojansivu 2017-07-18 19:07:04 +03:00
parent 67bbe0be9a
commit f131a13e46

@ -1,6 +1,6 @@
# Current
Kanban
### Kanban
* Boards: List of all your public and private boards, board shortcuts at top of page
* Members: Invite new member, permissions Admin/Normal/Comment only, drag-drop member to assign to task
@ -11,45 +11,45 @@ Kanban
* Filtered views
* [International Date Formatting for Due Date according to language](https://github.com/wekan/wekan/issues/838)
Authentication, Admin Panel, SMTP Settings
### Authentication, Admin Panel, SMTP Settings
* Source and Docker platforms: [Admin Panel](https://github.com/wekan/wekan/blob/devel/CHANGELOG.md#v0111-rc2-2017-03-05-wekan-prerelease): Self-registration, or change to invite-only and inviting users to boards. SMTP Settings.
* Sandstorm Platform: Admin: LDAP, passwordless email, SAML, GitHub and Google Auth. Add and remove users. SMTP Settings. Wekan, Rocket.Chat, etc apps available with one click install.
Import
### Import
* Import Trello board: Text, labels, images, comments, checklists. Not imported yet: stickers, etc.
* [Import Wekan board](https://github.com/wekan/wekan/pull/1117): Text, labels, images, comments, checklists.
Export
### Export
* Export Wekan board: [Export menu item above the board archive item, when you click the sandwich bar icon on the top right](https://github.com/wekan/wekan/pull/1059). If Export menu is not visible, you can change [Export menu to be visible by setting yourself as board admin in MongoDB](https://github.com/wekan/wekan/issues/1060).
Working with big boards
### Working with big boards
* [JSON tools, copying files to clipboard](https://github.com/wekan/wekan/issues/610#issuecomment-310862951)
API
### API
* [REST API](https://github.com/wekan/wekan/issues/1037)
Webhooks
### Webhooks
* [Outgoing Webhooks](https://github.com/wekan/wekan/pull/1119)
Cleanup
### Cleanup
* [Wekan database cleanup script](https://github.com/wekan/wekan-cleanup)
* [Docker cleanup](https://github.com/wekan/wekan/issues/985)
Stats
### Stats
* [Daily export of Wekan changes as JSON to Logstash and
ElasticSearch / Kibana (ELK)](https://github.com/wekan/wekan-logstash)
* [Statistics Python script for Wekan Dashboard](https://github.com/wekan/wekan-stats)
* [Console, file, and zulip logger on database changes](https://github.com/wekan/wekan/pull/1010) with [fix to replace console.log by winston logger](https://github.com/wekan/wekan/pull/1033)
Versions of Meteor and Node
### Versions of Meteor and Node
* Upgraded to [Meteor 1.4](https://github.com/wekan/wekan/pull/957) and [Node v4](https://github.com/wekan/wekan/issues/788) on [meteor-1.4 branch](https://github.com/wekan/wekan/tree/meteor-1.4)