User:Nlee/Task tracking: Difference between revisions
Jump to navigation
Jump to search
(→Trac) |
No edit summary |
||
Line 16: | Line 16: | ||
Potentially useable. |
Potentially useable. |
||
== To Do == |
|||
* finish reading (part five onward is optional) |
|||
* continue working with Trac |
|||
** get others involved in testing Trac |
|||
* scoping out other trackers (optional) |
|||
* Python tasks (due Monday) |
|||
** types of data: numbers, strings |
|||
** how to write functions to deal with these things |
|||
*** area of a circle |
|||
*** converts feet to meters |
|||
*** general conversions (in > cm, ft > in > cm, cm > m, furlongs > mi, mi > km, km > m, m > ft) |
Revision as of 20:41, 4 October 2007
Organizational brainstorming, notes, and feedback page for my Independent Research project (create a task tracker that can be implemented on the wiki).
Task/Project Trackers to Investigate
- [dotProject]
- [Tutos]
- [Trac]
- [Bugzilla]
- [[1]] - a list of bug tracking software, there could be useful things in here (to be looked into)
Trac
After a bit of trouble getting Trac set up using my resources (Olin web servers don't use Python, which Trac needs), Andy Getz generously offered to host Trac for me [here]. Having finally gotten it up and running, I will be testing it out and trying to find as many features as I can.
- learn how to generate reports and queries
- get admin access - intsall webadmin package [[2]]
- learn how to configure/customize components
Potentially useable.
To Do
- finish reading (part five onward is optional)
- continue working with Trac
- get others involved in testing Trac
- scoping out other trackers (optional)
- Python tasks (due Monday)
- types of data: numbers, strings
- how to write functions to deal with these things
- area of a circle
- converts feet to meters
- general conversions (in > cm, ft > in > cm, cm > m, furlongs > mi, mi > km, km > m, m > ft)