Changes between Version 2 and Version 3 of SCS_ISSUE_TRACKER_MAINTENANCE_R1
- Timestamp:
- 10/10/08 17:13:05 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SCS_ISSUE_TRACKER_MAINTENANCE_R1
v2 v3 2 2 3 3 = Analysis = 4 ^(The purpose of the analysis is to give as much as possible of the needed information for designing and implementing the task.)^ 4 This task includes maintaining the issue tracker. 5 5 6 6 == Overview == 7 7 New custom fields might be needed and they must be filled with auto-generated information from the [source:/manage/sched/sophie2-wbs.py] file. 8 These custom fields may be usefull: 9 * importance - this field will be usefull for sorting out wiki pages. 10 * effort - the effored planned for the issue. 8 11 9 12 == Task requirements == 10 ^(Necessary requirements that the task must fulfill.)^ 13 The new fields must be consistent, and scripts for updating them must be provided. 11 14 12 15 == Task result == 13 ^(The Analysis should contain strict requirements about the end product of the task (for example the result must be source code, the result must be google doc, etc.))^ 16 An easily maintainable tracker. 14 17 15 18 == Implementation idea == 16 These fields may be usefull: 17 * importance 18 * effort 19 They must be added into the trac.ini file and the database must be updated, a python script that generates sqlite script might do the tric. 19 The new issue fields must be added into the trac.ini file into the [ticket-custom] section. The database must be updated, a python script that generates sql script might do the trick. 20 20 21 21 22 == Related ==