First things first Git
Status: Alpha
Brought to you by:
kiatoa
Code notes ========== The top-proj item in main-app is NOT currently the real top-proj. The Debug notes =========== (define tp (slot-ref main-app 'top-proj)) (get-tasks tp) (get-projs tp) (get-all-projs tp) (get-all-tasks tp) (define all-projs (get-all-projs tp)) (get-projs-recursively (car all-projs))