Changes between Version 9 and Version 10 of SCS_ISSUE_TRACKER_MAINTENANCE_R1
- Timestamp:
- 10/14/08 15:39:04 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SCS_ISSUE_TRACKER_MAINTENANCE_R1
v9 v10 22 22 == How to demo == 23 23 Show different ticket reports, ticket and explain usage. 24 24 25 = Design = 26 Functions must be added to the [source:/manage/sched/sophie2-wbs.py] file: 27 * outImportanceEffort - that insterts data in the new custom fields 28 * outUpdateCustom - that updates data in the new custom fields 29 These functions will generate SQL script that can be applied to the trac database. 30 We are using SQLite so we can apply SQL scripts with: 31 {{{ 32 sqlite3 /path/to/database "sql script" 33 }}} 34 25 35 = Implementation = 26 36 ^(Implementation results should be described and linked here (from the wiki or the repository)^