From 4fb6b5f156a49fcabb14095568b3a976dd551ed9 Mon Sep 17 00:00:00 2001 From: Maksim Eltyshev Date: Sat, 17 Oct 2020 23:49:19 +0500 Subject: [PATCH] Update readme --- README.md | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 8bb3e11e..acf0eac3 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,19 @@ A Trello-like kanban board built with React and Redux. - User notifications - Internationalization +## Roadmap + +### Current task + +Projects should have Managers who have the ability to create/edit/delete boards. Boards should have their own Members, so members won't see all boards, just those they belong to. Planka will be released after this breaking change. + +### Future tasks + +- Fetch last data after reconnection +- Custom fields +- Public boards +- Automatic actions + ## Deploy **Please note that Planka is NOT released yet, API and database structure may be changed!** @@ -85,15 +98,6 @@ Demo user: demo@demo.demo demo - Sails.js, Knex.js - PostgreSQL -## Roadmap - -- [x] File attachments -- [ ] Member permissions -- [ ] Fetch last data after reconnection -- [ ] Custom fields -- [ ] Public boards -- [ ] Automatic actions - ## License Planka is [MIT licensed](https://github.com/plankanban/planka/blob/master/LICENSE).