|
From: <ki...@us...> - 2003-08-08 21:35:03
|
Update of /cvsroot/pymerase/Docs/dev_road_map
In directory sc8-pr-cvs1:/tmp/cvs-serv8551
Added Files:
dev_road_map.tex
Log Message:
Dev Road Map, start
--- NEW FILE: dev_road_map.tex ---
% Pymerase Docs - Template
% Copyright (c) California Institute of Technology
%
% Authors: Brandon King
% $Revision: 1.1 $
% Modified $Date: 2003/08/08 21:34:59 $
\documentclass{article}
\usepackage{graphicx}
\usepackage{color}
\usepackage[margin=3cm,noheadfoot]{geometry}
\setlength{\parindent}{0in}
\setlength{\parskip}{2mm}
%colors
\newcommand{\cb}{\color{blue}}
%new commands
\newcommand{\pymlink}{http://pymerase.sf.net}
%document
\begin{document}
%title page
\begin{titlepage}
\title{\cb Pymerase Docs - Development Road Map}
\author{Brandon King and Diane Trout \\
Copyright \copyright~ California Institute of Technology}
\date{Version 0.1.1\\\today}
\maketitle
\thispagestyle{empty}
\end{titlepage}
\tableofcontents
\thispagestyle{empty}
\newpage
%Document Body
\setcounter{page}{1}
\section{\cb Development Road Map}
\subsection{\cb Milestones}
\begin{tabular}{c|l}
\bf Milestone Number & \bf Requirements \\ \hline
v0.2.0 & Fix remaining major bugs \\ \hline
v0.2.* & Misc bug fixes and enhancements \\ \hline
v0.3.0 & Fix type system \\
& Seperate Object Model and Persistance Layer \\
& Add additional UML support \\ \hline
\end{tabular}
\subsection{\cb Non-implemented Pymerase Features}
Key - Significance of Change
\begin{tabular}{c|c}
\bf Symbol & \bf Meaning \\ \hline
! & Major \\ \hline
- & Minor \\ \hline
? & Unknown \\ \hline
\end{tabular}
Key - Project Support
\begin{tabular}{c|c}
\bf Symbol & \bf Meaning \\ \hline
A & All/General \\ \hline
M & MAGE \\ \hline
S & Sigmoid \\ \hline
G & GeneX \\ \hline
B & Bonus \\ \hline
\end{tabular}
\begin{tabular}{c|c|c|c|c|c}
\bf RFE\# & \bf BUG\# & \bf Title & \bf Priority & \bf Sig. of Change & \bf Project Support \\ \hline
& 785597 & Fix Type System & 7 & ! & A \\ \hline
785599 & & Support More of UML & 5 & ! & SM \\ \hline
693319 & & SSUML I-Module & 5 & - & S \\ \hline
785600 & & Java OM O-Module & & & \\ \hline
& & & & & \\ \hline
\end{tabular}
\end{document}
|