浏览代码

create list of features

Eren Yilmaz 7 年之前
父节点
当前提交
8856fab590
共有 1 个文件被更改,包括 10 次插入1 次删除
  1. 10 1
      doc/chapter/3progress.tex

+ 10 - 1
doc/chapter/3progress.tex

@@ -1 +1,10 @@
-\TODO{some text}
+The following features are either \planned{planned}, \inprogress{under construction} or \done{done}:
+\begin{itemize}
+    \item \done{Reading from an input file as described in section~\ref{sec:inputFileFormat}.}
+    \item \inprogress{Drawing a graph with specified node sizes and positions.}
+    \item \planned{Running the BK node placement algorithm.}\TODO{cite and refer to in introduction}
+    \item \planned{Illustrating the progress of the BK node placement algorithm while it is running.}
+    \item \planned{Running the algorithm step by step manually (by pushing a button labeled \enquote{Step}).}
+    \item \planned{Running the algorithm step by step with configurable delay.}
+    \item \planned{Configuring the verbosity of the animation.}
+\end{itemize}