remove outstanding questions.

svn path=/plone.app.discussion/trunk/; revision=33235
This commit is contained in:
Timo Stollenwerk 2010-01-19 09:37:40 +00:00
parent 548c1debee
commit 7dda99a62a

View File

@ -57,21 +57,3 @@ plone.app.discussion.
Discussion items send events
The usual zope.lifecycleevent and zope.container events should be
fired when discussion items are added, removed, or modified.
Outstanding questions
---------------------
* Should comments use the 'talkback' URL structure currently used in CMF,
or a ++comments++ namespace?
* Should discussion items be stored in one container, maintaining parent
pointers as references or attributes, or in a nested structure?
- it may be possible to use the navtree algorithm to turn a search of
comments into a nested structure
* How can we ensure that discussion items are not removed from the catalog
when the user initiates a "clear and rebuild"?
* Can we find a way to avoid having to explicitly migrate all existing
comments?