All Projects → githubjeka → tracker-issues

githubjeka / tracker-issues

Licence: other
Issue tracking system and Workflow documents integrated to Humhub

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to tracker-issues

HumHub-WeChat
Its a chat widget for admins and moderators You can use from HumHub Admin Panel - it is working with latest HumHub.
Stars: ✭ 14 (-50%)
Mutual labels:  module, humhub
CodeforcesApiPy
Implementation of https://codeforces.com API
Stars: ✭ 17 (-39.29%)
Mutual labels:  module
HttpsUtility
A basic HTTPS utility S# module.
Stars: ✭ 45 (+60.71%)
Mutual labels:  module
diffusion-maps
Fast computation of diffusion maps and geometric harmonics in Python
Stars: ✭ 36 (+28.57%)
Mutual labels:  module
netdev stdlib
Netdev is a vendor-neutral network abstraction framework maintained by Puppet, Inc
Stars: ✭ 30 (+7.14%)
Mutual labels:  module
ppa6-python
Python module and documentation for direct printing on Peripage A6 / A6+ thermal printer via bluetooth
Stars: ✭ 37 (+32.14%)
Mutual labels:  module
JB2A DnD5e
Templates of spells from the DnD5e ruleset (SRD and PHB), to use on FoundryVTT
Stars: ✭ 28 (+0%)
Mutual labels:  module
fury-kubernetes-opa
Kubernetes Fury OPA. Policy enforcement for your Kubernetes Cluster
Stars: ✭ 34 (+21.43%)
Mutual labels:  module
treenga
Simple and fast issue tracking system
Stars: ✭ 36 (+28.57%)
Mutual labels:  issue-tracker
atomic-calendar-revive
An advanced calendar card for Home Assistant Lovelace.
Stars: ✭ 218 (+678.57%)
Mutual labels:  module
discussions
Issue Tracker for USTC LUG
Stars: ✭ 45 (+60.71%)
Mutual labels:  issue-tracker
ZfSnapGeoip
Maxmind Geoip module for Zend Framework 2
Stars: ✭ 15 (-46.43%)
Mutual labels:  module
bump
a tiny tool to bump nimble versions 🍻
Stars: ✭ 23 (-17.86%)
Mutual labels:  module
SnipWire
Full Snipcart shopping cart integration for ProcessWire CMF
Stars: ✭ 16 (-42.86%)
Mutual labels:  module
puppetlabs-dns
A Puppet DNS records management module for DNSimple, DNSMadeEasy and AWS Route53
Stars: ✭ 23 (-17.86%)
Mutual labels:  module
icingaweb2-module-businessprocess
Create top-level views of your applications in a graphical editor. Rules express dependencies between existing hosts and services and let you alert on application level. Business processes are displayed in a tree or list overview.
Stars: ✭ 106 (+278.57%)
Mutual labels:  module
automatic-vendor-federation
Utility to enable automatic vendor sharing within bundles using Module Federation
Stars: ✭ 69 (+146.43%)
Mutual labels:  module
icingaweb2-module-fileshipper
Provide CSV, JSON, XML and YAML files as an Import Source for the Icinga Director and optionally ship hand-crafted additional Icinga2 config files
Stars: ✭ 25 (-10.71%)
Mutual labels:  module
jsberry
JSBerry is open source modular simple architecture for building Node.js applications.
Stars: ✭ 85 (+203.57%)
Mutual labels:  module
deployserver
Deploy your project automatically when git branch was updated.
Stars: ✭ 24 (-14.29%)
Mutual labels:  module

Issue Tracker integrated to Humhub

The tracker focused on Enterprise and Private Social Networks.

screenshot of one issue

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.
  • Calendar and Timeline plugins are available for your analysis by tasks.
  • Keep track of incoming and outgoing documents. By them, create issues for your employees.

To Install Manual

Build Status

  • 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/

Improvements for translation.

If you want enhancement translation for your language just update files in messages/your-languages follow this example code:

return [
    'Issue' => 'Your translation for `Issue` message',
    'Tracker issues' => 'Your translation for `Tracker issues` message',
];

After send Pull Request to Tracker module repository

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].