Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yetkinozturk/ITSY
Issue Tracking System
https://github.com/yetkinozturk/ITSY
Last synced: 11 days ago
JSON representation
Issue Tracking System
- Host: GitHub
- URL: https://github.com/yetkinozturk/ITSY
- Owner: yetkinozturk
- Archived: true
- Created: 2014-02-14T20:11:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-03-27T11:19:36.000Z (over 4 years ago)
- Last Synced: 2024-08-05T10:07:33.543Z (3 months ago)
- Language: Python
- Homepage:
- Size: 1.46 MB
- Stars: 96
- Watchers: 9
- Forks: 32
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - yetkinozturk/ITSY - Issue Tracking System (others)
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