Changes between Version 15 and Version 16 of INTERNAL_BACKLOG_STRUCTURE_R1


Ignore:
Timestamp:
01/06/09 14:23:15 (16 years ago)
Author:
todor
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • INTERNAL_BACKLOG_STRUCTURE_R1

    v15 v16  
    5959   * do this for the rest of the documents 
    6060 * Resize all columns to fit their contents 
    61  * Create document with detailed explanation of the internal backlog's contents 
     61 * Insert following comments 
    6262 
    6363=== Impediments === 
     
    9393'''Question''' - contains the open question.[[BR]] 
    9494'''Date''' - this field must contain the date that the question appeared. You must submit the open questions at the moment you saw them, so ideally this field includes the date when the open question was submitted.[[BR]] 
     95'''Question from''' - contains the dev id of the team member that submitted the question.[[BR]] 
    9596'''Impact''' - contains information about how important the question is. There are three possibilities: ''low'', ''medium'' and ''high''.[[BR]] 
    9697'''Status''' - there are two possibilities: ''done'' - if the question is answered, and ''open'' - if the question is still not answered.[[BR]] 
     
    9899 
    99100= Implementation = 
    100 ^(Implementation results should be described and linked here (from the wiki or the repository))^ 
     101 * Improved Daily Availability spreadsheet 
     102  * Removed the blank separators from the daily availability, because they're obsolete and create difficulties in filling the availability. 
     103  * Added columns for all missing team members 
     104  * Each member now have two columns: 
     105   * the first is for description of the time interval he/she would be available 
     106   * the second column contains the total time measured in hours that the team member will work on this date 
     107   * they are with different backgrounds for easier navigation 
     108  * Replaced the colors with text, where was green now is "1eff" 
     109  * Fixed the date format now it is YYYY-MM-DD 
     110 * Impediments spreadsheet 
     111  * added column for comments 
     112  * added column "assigned to" 
     113  * added column "Solution" 
     114 * Open questions spreadsheet 
     115   * added column "Solution" 
     116   * deleted "Assigned to" column, it was obsolete 
     117 * Smells spreadsheet 
     118  * added column for comments 
     119  * added column "assigned to" 
     120 * Documents spreadsheet 
     121  * added columns for the missing team members 
     122  * fixed the links to the documents to correspond the new trac location 
     123   * replaced http://asteasolutions.net:7080/sophie2/wiki/ with http://sophie2.org/trac/wiki/ 
     124 * Resized all columns to fit their contents 
     125 * Inserted following comments 
     126=== Impediments === 
     127'''Name''' - contains short descriptive name of the impediment written down with small letters and "-" instead of spaces.[[BR]] 
     128'''Description''' - contains more detailed (most of the) information about the impediment. It may contain several sentences.[[BR]] 
     129'''Date''' - this field must contain the date that the impediment is discovered. You must submit the impediments at the moment you saw them, so ideally this field includes the date when the impediment was submitted.[[BR]] 
     130'''Reporter''' - contains the dev id of the one that has discovered and reported the impediment.[[BR]] 
     131'''Impact''' - contains information about how severe the impediment is. There are three possibilities: ''low'', ''medium'' and ''high''.[[BR]] 
     132'''Status''' - there are two possibilities: ''resolved'' - if the problem is solved, and ''unresolved'' - if the problem is still on line.[[BR]] 
     133'''Assigned to''' - this field is optional and includes the dev id to the team member that is assigned to resolve the impediment.[[BR]] 
     134'''Comments''' - this column includes comments about the impediment. All team members can write a comment, it is recommended if you have opinion on the topic to leave a comment. 
     135=== Smells === 
     136'''Name''' - contains short descriptive name of the "smell" written down with small letters and "-" instead of spaces.[[BR]] 
     137'''Description''' - contains more detailed (most of the) information about the "smell". It may contain several sentences.[[BR]] 
     138'''Location''' - contains information about where the "smell" is located.[[BR]] 
     139'''Date''' - this field must contain the date that the "smell" is discovered. You must submit the "smells" at the moment you saw them, so ideally this field includes the date when the "smell" was submitted.[[BR]] 
     140'''Reporter''' - contains the dev id of the one that has discovered and reported the "smell".[[BR]] 
     141'''Status''' - there are two possibilities: ''done'' - if the problem is solved, and ''open'' - if the problem is still not solved.[[BR]] 
     142'''Assigned to''' - this field is optional and includes the dev id to the team member that is assigned to resolve the "smell".[[BR]] 
     143'''Comments''' - this column includes comments about the "smell". All team members can write a comment, it is recommended if you have opinion on the topic to leave a comment. 
     144=== Documents === 
     145'''Categories''' - Documents are separated in three different categories: ''SETUP'', ''PROCESS'', ''PRODUCT''. Each include documents that are useful and must be read.[[BR]] 
     146'''Document''' - this column contains the name of the document.[[BR]] 
     147'''Link''' - provides link to the document.[[BR]] 
     148'''Last Update''' - contains the date on which the document was last modified.[[BR]] 
     149'''Description''' - contains short description about document purpose and contents.[[BR]] 
     150'''''dev id''''' - contains the date that each team member has read the document for last time. 
     151=== Daily Availability === 
     152'''Date''' - this column contains the corresponding date.[[BR]] 
     153'''''dev id'' - Desc''' - contains the description of the period for which the team member will be available. For example ''between 12h and 17h''.[[BR]] 
     154'''''dev id'' - Time''' - contains the amount of hours that the team member will be available this day. For example ''5h''. 
     155=== Open Questions === 
     156'''Question''' - contains the open question.[[BR]] 
     157'''Date''' - this field must contain the date that the question appeared. You must submit the open questions at the moment you saw them, so ideally this field includes the date when the open question was submitted.[[BR]] 
     158'''Question from''' - contains the dev id of the team member that submitted the question.[[BR]] 
     159'''Impact''' - contains information about how important the question is. There are three possibilities: ''low'', ''medium'' and ''high''.[[BR]] 
     160'''Status''' - there are two possibilities: ''done'' - if the question is answered, and ''open'' - if the question is still not answered.[[BR]] 
     161'''Solution''' - contains detailed answer to the question. 
    101162 
    102163= Testing =