add elements to TODO list
authordaniel watson <ozzloy@gmail.com>
Tue, 29 Apr 2014 22:16:44 +0000 (15:16 -0700)
committerdaniel watson <ozzloy@gmail.com>
Tue, 29 Apr 2014 22:25:50 +0000 (15:25 -0700)
TODO
TODO.rkt [new file with mode: 0755]

diff --git a/TODO b/TODO
index 555d60ce899069a3eda726de480b7d299d6c8745..6dc45c172ec2f340fc50aab771759acb71c99ee7 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,2 +1,7 @@
-(1)  Create series of simple challenges with associated awards (?)
-(2)  Simple challenges all relate directly to a larger competition.
\ No newline at end of file
+("ideas"
+ ("series of challenges"
+  ("Create series of simple challenges with associated awards (?)"
+   "Simple challenges all relate directly to a larger competition."))
+ ("review the following notes for improvements"
+  ("http://goo.gl/ZZ4E8E"
+   "http://goo.gl/ilZiXR")))
diff --git a/TODO.rkt b/TODO.rkt
new file mode 100755 (executable)
index 0000000..566b6d6
--- /dev/null
+++ b/TODO.rkt
@@ -0,0 +1,8 @@
+#! /usr/bin/env racket
+#lang racket/base
+
+(define todo
+  ;; list of things to do for challenge-bot class
+  (list
+   "series of challenges"
+   ""))