Update the TODO list
authorChristophe de Vienne <christophe@unlish.com>
Tue, 22 Jul 2014 23:46:09 +0200
changeset 11491 6ba31f0c7d5a
parent 11490 addf68740dbb
child 11492 b0b8942cdb80
Update the TODO list Related to #4291173
TODO.rst
--- a/TODO.rst	Tue Jul 22 23:45:11 2014 +0200
+++ b/TODO.rst	Tue Jul 22 23:46:09 2014 +0200
@@ -1,6 +1,16 @@
 Next steps
 ----------
 
+- finish what was started :
+
+    - bypass publisher.
+    - tighten the error handling and get a well-behaved application
+    - provide sane default policies that match current cubicweb behavior.
+
+- identify what can be done without pushing the 'pyramid way' into cubicweb (as
+  a first step for future evolutions).
+
+
 Provide a ctl command
 ~~~~~~~~~~~~~~~~~~~~~
 
@@ -13,23 +23,6 @@
 A common transaction handling mechanism should be used so that the connexion
 can be safely used in both pyramid and cubicweb.
 
-Authentication
-~~~~~~~~~~~~~~
-
-- Use cw as an authentication provider for the pyramid application.
-- allow the cw application to use pyramid for getting user identity.
-
-Cubicweb views
-~~~~~~~~~~~~~~
-
-Provide a simple api to call cubicweb views within pyramid views.
-
-Error handling
-~~~~~~~~~~~~~~
-
-Have pyramid handle errors (with cubicweb views if wanted) so that we can use
-the debuging tools.
-
 Reimplement the base controllers of cw
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~