Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
githubjeka committed May 2, 2017
1 parent 847fe6b commit e596f19
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 23 deletions.
27 changes: 21 additions & 6 deletions README.md
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/`

34 changes: 17 additions & 17 deletions module.json
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"
]
}

0 comments on commit e596f19

Please sign in to comment.