Changes between Version 9 and Version 10 of SCS_ISSUE_TRACKER_MAINTENANCE_R1


Ignore:
Timestamp:
10/14/08 15:39:04 (17 years ago)
Author:
astea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SCS_ISSUE_TRACKER_MAINTENANCE_R1

    v9 v10  
    2222== How to demo == 
    2323Show different ticket reports, ticket and explain usage. 
     24 
    2425= Design = 
     26Functions 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 
     29These functions will generate SQL script that can be applied to the trac database.  
     30We are using SQLite so we can apply SQL scripts with: 
     31{{{ 
     32sqlite3 /path/to/database "sql script" 
     33}}} 
     34 
    2535= Implementation = 
    2636^(Implementation results should be described and linked here (from the wiki or the repository)^