This repository has been archived by the owner on Dec 29, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
847fe6b
commit e596f19
Showing
2 changed files
with
38 additions
and
23 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,10 +1,25 @@ | ||
### This only sketch of code. Don't use on your production HumHub | ||
___ | ||
# tracker-issues | ||
#### Issue Tracker integrated to [Humhub](https://github.com/humhub/humhub) | ||
|
||
Issue Tracker integrated to [Humhub](https://github.com/humhub/humhub) | ||
## Features | ||
- You can create tasks, issue, schedule meetings and other for your spaces. | ||
- You can create private, personal tasks. Manage all available for you tasks using the dashboard. | ||
- You can add personal colored tags(bookmarks) to issues . | ||
- Cooperate on joint tasks. Share an unlimited number of tasks with anyone - colleagues, family members, friends and | ||
collaborate in real time on collaborative projects and goals. | ||
- Manage large complex issues, breaking them into smaller subtasks. | ||
- A large functions of Humhub is available for tasks. Issues by spaces, commenting, attaching files, Rich Markdown, | ||
notifications and others. Thanks HumHub Community Edition. | ||
|
||
## How to install | ||
### Manual | ||
### To Install Manual | ||
- upload all files to `protected/modules/tracker/` | ||
- init module in admin setting and in your spaces | ||
|
||
### To Update Manual | ||
**Module is enabled, and activate:** | ||
|
||
- delete all files from `protected/modules/tracker/` | ||
- upload github files to `protected/modules/tracker/` | ||
- run `cd protected/modules/tracker` | ||
- run `php ../../yii migrate -p="migrations"` | ||
- clear assets from `assets/` and cache from `protected/runtime/cache/` | ||
|
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,19 +1,19 @@ | ||
{ | ||
"id": "tracker_issue", | ||
"name": "Tracker issues", | ||
"description": "Issue tracking system.", | ||
"keywords": [ | ||
"task", | ||
"todo", | ||
"issue", | ||
"tracker" | ||
], | ||
"version": "0.0.1", | ||
"humhub": { | ||
"minVersion": "1.2.0-beta.3" | ||
}, | ||
"screenshots": [ | ||
"assets/screen1.jpg", | ||
"assets/screen2.jpg" | ||
] | ||
"id": "tracker_issue", | ||
"name": "Tracker issues", | ||
"description": "Issue tracking system.", | ||
"keywords": [ | ||
"task", | ||
"todo", | ||
"issue", | ||
"tracker" | ||
], | ||
"version": "0.0.2", | ||
"humhub": { | ||
"minVersion": "1.2.1" | ||
}, | ||
"screenshots": [ | ||
"assets/screen1.jpg", | ||
"assets/screen2.jpg" | ||
] | ||
} |