Changes between Version 5 and Version 6 of REPORTS


Ignore:
Timestamp:
10/09/08 15:51:44 (16 years ago)
Author:
peko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • REPORTS

    v5 v6  
    66== Daily report == 
    77 
     8=== Daily work reports: === 
     9 * All reports should be put in a file named "<user>-<YYYY-MM-DD>.txt" where <user> is the user id, and the rest is the date of today in the iso format.  
     10 * The naming is case sensitive. Example "tanya-2009-09-13.txt" 
     11 * The report should contain several lines, each describing performed activity.  
     12 * Each activity should be described on a single line. 
     13 * You should be following the format strictly, or the report generating scripts will fail. 
     14 
     15Each line should be formated as: 
     16<activity> <task_id> <status> <time> [comment] 
     17 
     18<activity>:  
     19* one of an, de, im, te, an-re, de-re, im-re, te-re, an2, de2, im2, te2, an-re2, de-re2, im-re2, te-re2, an3.. 
     20* which means analisys, design, implementation, test, analisys-review, etc. 
     21* if a review fails, the index of the activity should increas (if "an-re" indicates that "an" fails, then the next is "an2" (which is reviewed in "an-re2", and so on) 
     22 
     23<task_id>: 
     24* either a real task ID (according to the WBS or wiki, like PLATFORM_STRUCTURE_R0) 
     25* or an UNTRACKED_BLA_BLA defining what you have done.  
     26** In this case it should be something that has been nessecary, somehow, but is not a part of a task 
     27** Spending time in such things is bad indicator 
     28 
     29<status>: 
     30* If the activity is work (not review) the current progress is (after the performed work) in percentage. Like "30%", or "100%". Please give realistic estimates. 
     31* If the activity is review, use 1p, 2p, 3p, 4p, or 5p for the score of the review. 1p or 2p means not acceptable, 3p, 4p or 5p means acceptable. 
     32 
     33<time>: 
     34* time should always describe the ammount taken by the activity 
     35* you should use a number in minutes or hours 
     36* suffix the number with the used unit ('m' for minutes, 'h' for hours). You may use floating point. Examples: 
     37 * 20m 
     38 * 0.5h 
     39 * 12h 
     40 
     41<comment>: 
     42* Put a brief comment in free text. You can write whatever you want till the end of the line. In case of review, it can be only summary of the remarks given in the task log. 
     43 
     44Other notes: 
     45* if two members work together, they should both log in their reports the work. 
     46 
     47Example: (tanya-2008-09-22.txt) 
     48 
     49an-re PLATFORM_STRUCTURE_R0     2p 15m                          Unclear and a bit wrong (self conflicting). 
     50an-re PLUGIN_SUPPORT_LIB_BASE_R0 2p 5m                  Not on the template, not clear enough. 
     51an2 CORE_MVC_BASE_R0 100% 40m                                   Refactored. 
     52an2 BASE_MODEL_FRAME_CONTENT_R0 100% 40m                Refactored. 
     53de BASE_MODEL_FRAME_CONTENT_R0 100% 70m                 Should be ready. 
     54an-re PLATFORM_STANDARDS_REPOSITORY_R0 2p 15m   Some parts of the analysis are missing. 
     55an-re PRO_LIB_CORE_TUTORIAL_R0 2p 5m                    Does not apply to the template. 
     56an-re BASE_BOUND_CONTROLS_R0 2p 10m                     This analysis is for the whole task. 
     57an-re BOOK_WINDOW_R0 1p 0.25h                                   Does not apply to the template, other problems also. 
     58 
     59 
    860== Iteration report ==