Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
meltyshev committed Apr 19, 2022
1 parent 6f219e5 commit 16a822c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 31 deletions.
12 changes: 0 additions & 12 deletions .github/FUNDING.yml

This file was deleted.

19 changes: 1 addition & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
# Planka

![David (path)](https://img.shields.io/david/plankanban/planka?path=client) ![Docker Pulls](https://img.shields.io/docker/pulls/meltyshev/planka) ![GitHub](https://img.shields.io/github/license/plankanban/planka)
![David (path)](https://img.shields.io/github/package-json/v/plankanban/planka) ![Docker Pulls](https://img.shields.io/docker/pulls/meltyshev/planka) ![GitHub](https://img.shields.io/github/license/plankanban/planka)

A Trello-like kanban board built with React and Redux.

![](https://raw.githubusercontent.com/plankanban/planka/master/demo.gif)

[**Client demo**](https://plankanban.github.io/planka) (without server features).

<a href="https://ko-fi.com/meltyshev" target="_blank"><img src="https://cdn.ko-fi.com/cdn/kofi4.png?v=2" alt="Buy Me a Coffee at ko-fi.com" border="0" height="36" style="border:0px;height:36px;" /></a>

## Features

- Create projects, boards, lists, cards, labels and tasks
Expand All @@ -21,23 +19,8 @@ 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!**

### Docker Compose

[![](https://d207aa93qlcgug.cloudfront.net/1.95.5.qa/img/nav/docker-logo-loggedout.png)](https://hub.docker.com/r/meltyshev/planka)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "planka",
"version": "0.1.0",
"version": "1.0.0",
"private": true,
"homepage": "https://plankanban.github.io/planka",
"repository": {
Expand Down

0 comments on commit 16a822c

Please sign in to comment.