TracGanttCalendar Plugin

예전 프로젝트를 Trac을 사용하여 진행하였었다. 
Trac을 사용하면서 Schedule과 Gantt Chart관련된 기능이 없어서 많이 아쉬워했었던 기억이 난다.
그래서 어쩔수 없이 Trac과 MS-Project를 이중으로 사용하기도 했었는데...
우연한 기회에 내가 원하는 모든 기능이 구현되어있는 TracGanttCalendar Plugin을 찾았다. ^^

일본어 환경에서 개발된것인데.. 고맙게도 한글화 작업을 해주신분이 있어 설치 및 사용에 어려움이 없었다.

출처 : http://zmzm.tistory.com/307


[설치 방법]
설치시에 datefield도 같이 설치하면 편리하므로 같이 설치하는것으로 설명하겠다.

svn co http://svn.sourceforge.jp/svnroot/shibuya-trac/plugins/ganttcalendarplugin/trunk
#이렇게 소스코드 check out 받는다
#소스코드내에 일본어를 모조리 바꾼다.(한글이나 영문이나 utf-8로...)
python setup.py bdist_egg
cd dist
easy_install TracGanttCalendarPlugin-0.1_r107-py.2.4.egg
#datefield 플러그인 설치
easy_install http://trac-hacks.org/svn/datefieldplugin/0.11


[Trac 설정]
[components]
ganttcalendar.ticketcalendar.* = enabled
ganttcalendar.ticketgantt.* = enabled
datefield.filter.datefieldmodule = enabled

[datefield]
format = ymd
separator = /

[ticket-custom]
complete = select
complete.label = % Complete
complete.options = 0|5|10|15|20|25|30|35|40|45|50|55|60|65|70|75|80|85|90|95|100
complete.order = 3
due_assign = text
due_assign.label = Start (YYYY/MM/DD)
due_assign.order = 1
due_assign.date = true
due_assign.date_empty = true
due_close = text
due_close.label = End (YYYY/MM/DD)
due_close.order = 2
due_close.date = true
due_close.date_empty = true

by stein | 2009/03/05 16:58 | 소프트웨어 개발 | 트랙백(1) | 덧글(1)

트랙백 주소 : http://dstein.egloos.com/tb/2252854
☞ 내 이글루에 이 글과 관련된 글 쓰기 (트랙백 보내기) [도움말]
Tracked from 게으른 프로그래머 큐브 at 2009/08/12 15:23

제목 : Trac - Gantt 차트 설치하기
TracGanttCalendar PluginGantt 가 아쉬웠던 찰나에 귀한 플러그인 발견!설치도 아주 심플하게 #>python setup.py install 로 설치후 아파치 재시작으로 끝! 좋다!!...more

Commented by 큐브 at 2009/08/12 15:22
앗 정말 필요한거였는데
감사합니다.

:         :

:

비공개 덧글

◀ 이전 페이지다음 페이지 ▶