From 79e2153994881c78d6f342b40ae4297d6cfdddc4 Mon Sep 17 00:00:00 2001 From: Anna Schumaker Date: Fri, 31 Oct 2014 08:42:08 -0400 Subject: [PATCH] Define my goals for Ocarina 6.3 Signed-off-by: Anna Schumaker --- GOALS | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 GOALS diff --git a/GOALS b/GOALS new file mode 100644 index 00000000..8f93f2c0 --- /dev/null +++ b/GOALS @@ -0,0 +1,8 @@ +Ocarina 6.3 +----------- +* Move GSTDriver into either lib/ or core/ (allowing me to remove more callbacks) +* Schedule tests using bash script and not Sconscript + * lets me handle multiple iterations by passing different number of parameters? +* Make sure core/ is completely documented, remove sections from DESIGN +* Move tag structures into separate files with separate tests. + * include/core/tags/*.h? core/tags/*.cpp?