tasks/README.md

36 lines
1.9 KiB
Markdown
Raw Normal View History

# Tasks
2014-03-28 19:15:27 +00:00
[![Build Status](https://scrutinizer-ci.com/g/nextcloud/tasks/badges/build.png?b=master)](https://scrutinizer-ci.com/g/nextcloud/tasks/build-status/master) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/nextcloud/tasks/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/nextcloud/tasks/?branch=master) [![Code Coverage](https://scrutinizer-ci.com/g/nextcloud/tasks/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/nextcloud/tasks/?branch=master)
2015-02-28 20:16:05 +00:00
2017-01-15 20:45:32 +00:00
**A tasks app for [Nextcloud](http://nextcloud.com). Easily sync tasks from various devices with your Nextcloud and edit them online.**
2017-01-15 20:45:32 +00:00
![tasks](https://raw.githubusercontent.com/nextcloud/tasks/master/screenshots/tasks-1.png)
2017-01-15 20:45:32 +00:00
## Features
2017-01-15 20:45:32 +00:00
* add and delete tasks, edit their title, description, start and due dates, set their priority and status
* support for subtasks
* smart collections showing you your important, current and upcoming tasks
* simply drag and drop tasks to other calendars or make them subtasks
2017-01-15 20:45:32 +00:00
## Installation
2017-01-15 20:45:32 +00:00
In your Nextcloud, simply navigate to »Apps«, choose the category »Organization«, find the Tasks app and enable it.
Then open the Tasks app from the app menu.
2017-01-15 20:45:32 +00:00
## Maintainers
2017-01-16 20:01:29 +00:00
[Raimund Schlüßler](https://github.com/raimund-schluessler) [and many more](https://github.com/nextcloud/tasks/graphs/contributors)
2017-01-15 20:45:32 +00:00
2017-01-16 20:01:29 +00:00
If youd like to join, just go through the [issue list](https://github.com/nextcloud/tasks/issues?q=is%3Aopen+is%3Aissue+label%3A%22starter+issue%22) and fix some. :)
2017-01-15 20:45:32 +00:00
## Developer setup info
Just clone this repo into your apps directory (Nextcloud server installation needed). Additionally, [nodejs and npm](https://nodejs.org/en/download/package-manager/) are needed for installing JavaScript dependencies.
Once node and npm are installed, PHP and JavaScript dependencies can be installed by running
```bash
$ make
```
Please execute this command with your ordinary user account and neither root nor sudo.