From 7dda99a62a17e51fe3c475e7e351dff3d805bb3f Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Tue, 19 Jan 2010 09:37:40 +0000 Subject: [PATCH] remove outstanding questions. svn path=/plone.app.discussion/trunk/; revision=33235 --- plone/app/discussion/PRINCIPLES.txt | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/plone/app/discussion/PRINCIPLES.txt b/plone/app/discussion/PRINCIPLES.txt index d7ab048..46973f2 100644 --- a/plone/app/discussion/PRINCIPLES.txt +++ b/plone/app/discussion/PRINCIPLES.txt @@ -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?