https://github.com/doreapp/kanban_app
Android app showing a kanban board, in order to manage day to day life
https://github.com/doreapp/kanban_app
Last synced: 15 days ago
JSON representation
Android app showing a kanban board, in order to manage day to day life
- Host: GitHub
- URL: https://github.com/doreapp/kanban_app
- Owner: Doreapp
- Created: 2021-02-09T17:54:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-18T10:20:52.000Z (over 5 years ago)
- Last Synced: 2025-01-09T01:07:02.373Z (over 1 year ago)
- Language: Kotlin
- Size: 330 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kanban App
Android app showing a kanban board.
## Description
Allow the user to tasks, and place them into different boards :
* *List* For task that would be good to do, but not prior at all
* *To Do* For things that must be done soon
* *Doing* For on going tasks or actions that user wants to do during the coming hours
* *Done* For done tasks, where tasks can be deleted with a simple swipe
## Model
A Task consist in :
* A Title
* A Description
* A List of labels
The user can create labels and assign some to tasks.
A Label is just a text and a color.
## Activities
The app contains 2 activity :
* `MainActivity` where the user create and manage its tasks, through some boards
* `ManageLabelsActivity` where the user can create, edit and delete labels
## Availability
The app will soon be available for free on the play store, published by **Doreapp**.