Changes between Initial Version and Version 1 of Ticket


Ignore:
Timestamp:
07/01/09 18:05:44 (16 years ago)
Author:
diana
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified Ticket

    v1 v1  
     1[[BackLinksMenu]] 
     2 
     3[[TicketQuery(summary=TASK_NAME_HERE, format=table, col=summary|owner|status|type|component|priority|effort|importance, rows=description|analysis_owners|analysis_reviewers|analysis_score|design_owners|design_reviewers|design_score|implementation_owners|implementation_reviewers|implementation_score|test_owners|test_reviewers|test_score|)]] 
     4 
     5= Analysis = 
     6^(Give as much as possible of the needed information for designing and implementing the task in the following sections.)^ 
     7 
     8== Overview == 
     9^(Provide a brief overview of the whole task in its first revision. Stick to the current revision of the task, but keep an eye to the whole task progress, and stay alert for possible smells.)^ 
     10 
     11== Task requirements == 
     12^(List the necessary requirements that the task must fulfill.)^ 
     13 
     14== Task result == 
     15^(List the end product of the task (for example "Source code", "Wiki page", etc.))^ 
     16 
     17== Implementation idea == 
     18^(Provide some rough implementation idea(s).)^ 
     19 
     20== Related == 
     21^(Add links to related tasks that could be useful or helpful.)^ 
     22 
     23== How to demo == 
     24^(Provide instructions for demonstration of the task.)^ 
     25 
     26= Design = 
     27Add a new boolean variable in the method draw in Atom class which shows if the caret has reached the end of the line. 
     28 
     29= Implementation = 
     30Done according to the design. 
     31= Testing = 
     32^(Place the testing results here.)^ 
     33 
     34= Comments = 
     35^(Write comments for this or later revisions here.)