1
edit
Changes
no edit summary
== Completed Iterations ==
*<b>Iteration 0: Fix Tag Compatibility (Completed: Dec 20, 2006)</b>
** Write DOM Parsing Code
** Create Wiki site to detail out the Tags
** Write JavaScript code to manage and Draw the Tags
*<b>Iteration 1: Fix Tag Compatibility (Completed: Jan 27, 2007)</b>
** Restructure the parsing Code to Accept Tags without an Ending Tag
** Write a Test for the above task
** '''Issue: A temporary fix to the first task was to serve the page as XHTML (Cludgy!?)'''
** Line Tag
*** Create <Line> Tag
** Update Wiki Site to reflect Above Changes
== Incomplete Iterations == * <b>Iteration 3: Enhancing the DOM Parsing Code(Currently Being Worked On...)</b>
** Refactor the DOM Parsing code to use DOM rather then Objects in memory
** Write a test for the above task