-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #39 from codehaiku/taskbreaker-fileattachment
Updated Readme
- Loading branch information
Showing
1 changed file
with
16 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,19 @@ | ||
~Current Version: 1.3.9~ | ||
~Current Version: 1.4.1~ | ||
|
||
# TaskBreaker - Group Project and Task Management | ||
# TaskBreaker | ||
|
||
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/118e1366-fbab-4ef8-bc07-0fffc4bc2f59/big.png)](https://insight.sensiolabs.com/projects/118e1366-fbab-4ef8-bc07-0fffc4bc2f59) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/codehaiku/task-breaker/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/codehaiku/task-breaker/?branch=master) | ||
### Group Project and Task Management | ||
|
||
Manage your Projects and assign a Task to each of the Group's Members. You can set the priority for each task | ||
(Normal, High, Critical). TaskBreaker also sends email to members when there is a new task update available or if they are assigned | ||
to a new task. | ||
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/118e1366-fbab-4ef8-bc07-0fffc4bc2f59/big.png)](https://insight.sensiolabs.com/projects/118e1366-fbab-4ef8-bc07-0fffc4bc2f59) | ||
|
||
Manage your Projects and assign a Task to each of the Group's Members. You can set the priority for each task (Normal, High, Critical). TaskBreaker also sends an email to members when there is a new task update available or if they are assigned to a new task. | ||
|
||
### Introducing File Attachments | ||
|
||
File attachments for Tasks are now available for version 1.4.1 and above. We are still working to integrate the File Attachment feature inside the Task Comments. The primary goal is to make it easier for group members to share files with each other in a particular task. | ||
|
||
Your feedback is highly appreciated. | ||
|
||
### Caveats | ||
|
||
TaskBreaker is tightly integrated with BuddyPress (https://buddypress.org/). With that said, TaskBreaker will not work if BuddyPress is not installed or if BuddyPress Groups Component is not enabled. |