{5} Assigned, Active Tickets by Owner (Full Description) (6 matches)

List tickets assigned, group by ticket owner. This report demonstrates the use of full-row display.

adisney2

Ticket Summary Component Milestone Type Created
Description
#24 Add methodComposite.start ExpressionComposite object Backend EOH DEADLINE task 02/06/07

We need to add an object to the methodComposite class that will represent the first line of code of the method.

By obtaining a hold on this object we will be able to determine the execution flow for this method, allowing us to generate the correct code


clouser2

Ticket Summary Component Milestone Type Created
Description
#17 Create Loop Block-Builder Form GUI EOH DEADLINE task 02/06/07

We need a form to aid users in creating a loop. This form should have fields for:

  • type of loop (while, do-while, for, etc.)
  • conditions of loop (based on type of loop)

#22 Add "tabs" for different views in the main window GUI EOH DEADLINE task 02/06/07

We should create placeholder tabs that allow the user to switch the main canvas between design view, code view, and output view.

  • Design view is where the user will spend most of their time.
  • Code view is a read-only textbox that would display the code generated by the backend.
  • Output view is a glorified Java console which will display all output when the user's Java program is run.

ssamara2

Ticket Summary Component Milestone Type Created
Description
#16 Create Conditional-Builder Form GUI EOH DEADLINE task 02/06/07

We need a form to aid the users in creating the definition of a conditional. This should have fields for:

  • type of conditional (if/else, switch/case, etc.)
  • conditional expression (what's inside the parentheses)

tueda2

Ticket Summary Component Milestone Type Created
Description
#14 Create Class-Builder Form GUI EOH DEADLINE task 02/06/07

We need a form to aid users in creating the definition of a new class. This should have fields for:

  • class name
  • inheritance information
  • instance variables,
  • class variables, and
  • method names.

#15 Create Method-Builder Form GUI EOH DEADLINE task 02/06/07

We need a form to aid users in creating the definition of a method. This should have fields for:

  • method name
  • arguments
  • return type

In the future, we should reflect on how the user would actually define the execution flow of the method.


Note: See TracReports for help on using and creating reports.