Author: arwin
Date: Thu Jun 30 08:58:11 2011
New Revision: 1141447
URL: http://svn.apache.org/viewvc?rev=1141447&view=rev
Log:
Added branch milestones document.
* BRANCH-MILESTONES : New file.
Added:
subversion/branches/svn-bisect/BRANCH-MILESTONES
Added: subversion/branches/svn-bisect/BRANCH-MILESTONES
URL:
http://svn.apache.org/viewvc/subversion/branches/svn-bisect/BRANCH-MILESTONES?rev=1141447&view=auto
==============================================================================
--- subversion/branches/svn-bisect/BRANCH-MILESTONES (added)
+++ subversion/branches/svn-bisect/BRANCH-MILESTONES Thu Jun 30 08:58:11 2011
@@ -0,0 +1,34 @@
+This document serves as a progress tracker by defining the milestones
+that need to be completed. It contains a set of phases, each with
+it's own tasks.
+
+
+PHASE 1
+=======
+
+Task Status
+
+1.1 Write skeleton code with bare minimum [Not Started]
+ implementation. This involves creating
+ the new source files in the various
+ modules and the skeleton API.
+
+1.2 Define a set of unit tests to clearly [Started]
+ define the expected behaviour. This
+ will be an on-going task and will not
+ be a phase blocker.
+
+1.3 Implement the tests. [Not Started]
+
+
+PHASE 2
+=======
+
+Task Status
+
+2.1 Implement the behaviour as defined by [Not Started]
+ the test suite.
+
+2.2 Check for consistency of code, error [Not Started]
+ handling and error codes.
+