Changes between Version 6 and Version 7 of SCHEDULE_WBS_TASKS_R1


Ignore:
Timestamp:
10/23/08 08:50:46 (16 years ago)
Author:
deyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SCHEDULE_WBS_TASKS_R1

    v6 v7  
    1919 
    2020= Design = 
    21 For now replacing comments from [source:/manage/sched/sophie2-wbs.py] are enough. Note that comments should be for the whole task and may be bigger than a sentence. Define a function called "description" in python file [source:/manage/sched/sophie2-wbs.py]. Convert comments to strings in "description". Note that description should be similar to spec_entry function. 
     21For now replacing comments from [source:/manage/sched/sophie2-wbs.py] are enough. Note that comments should be for the whole task and may be bigger than a sentence. Define a function called "desc" in python file [source:/manage/sched/sophie2-wbs.py]. Convert comments to strings in "description". Note that desc function should be similar to spec_entry function. Open the file using a text editor capable of searching regular expressions.  
     22 * Find 
     23{{{ 
     24(#.+) 
     25}}} 
     26and replace it with 
     27{{{ 
     28desc("%1") 
     29}}} 
     30Do not do "Replace all", replace it one by one separating comments you decide useful for later work.  
     31 * Open [source:/manage/reports/m02/0m02-descriptions-en.txt] and [source:/manage/reports/m02/0m02-descriptions-bg.txt], join the descriptions and add them to corresponding tasks. The desc function in that case should say 
     32{{{ 
     33desc("R? <task overview>") 
     34}}} 
    2235= Implementation = 
    2336^(Implementation results should be described and linked here (from the wiki or the repository)^