Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yetkinozturk/ITSY

Issue Tracking System
https://github.com/yetkinozturk/ITSY

Last synced: 11 days ago
JSON representation

Issue Tracking System

Awesome Lists containing this project

README

        

ITSY
====
### ITSY: Issue Tracking System.

ITSY is an issue tracking system built in Django.

### Requirements

- Django==1.6.2
- django-autoslug==1.7.2
- django-taggit==0.11.2
- django-bootstrap-toolkit==2.15.0
- django-tables2==0.15.0
- django-braces==1.3.1
- django-haystack==2.1.0
- haystack==0.15
- Pillow==2.3.1
- South==0.8.4
- pyelasticsearch==0.6.1
- dictdiffer==0.0.4
- django-autocomplete-light==2.0.0a15
- django-ckeditor
- Pygments==1.6
- dulwich==0.9.5 (Git support, Optional)
- mercurial==2.9 (Mercurial support, Optional)
- pysvn (Subversion support, Optional)
- bzr (Bazaar support, Optional)
- elasticsearch

### Instructions

- Start elasticsearch ie: bin/elasticsearch
- python manage.py syncdb
- python manage.py migrate
- python manage.py createsuperuser
- python manage.py runserver
- Create a project
- Create a project version
- Create charfields, textfields, etc...
- Put fields you created to a issue template
- Create an Issue using the template for your project/version
- Add Code Repositories to your project and browse them.

### To Do
- Advanced Search
- More Authorization
- Issue Flows
- Dashboards
- Reports, Code Metrics
- Boards
- Timeline