Index: openacs-4/contrib/packages/general-comments/TODO
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/general-comments/Attic/TODO,v
diff -u
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ openacs-4/contrib/packages/general-comments/TODO	2 May 2003 15:56:04 -0000	1.1
@@ -0,0 +1,20 @@
+General-comments package cleanup
+Plans:
+
+1) Remove references to acs-messaging. Just store comments in the CR as a new
+   general-comment content type.
+
+2) Add package_id so general-comments can be mounted more than once and 
+   comments belong to the package instance.
+
+3) Move most operations to tcl API so other packages can add comments
+   in their own way. 
+
+4) Add support for attachements package or other attachment scheme.
+
+5) Add notifications support, per package instance, per object, what else?
+
+6) Add support for threading using parent_id of cr_items. Make it optional, of course.
+
+Dave Bauer dave@thedesignexperience.org
+2003-05-01
\ No newline at end of file