# HG changeset patch # User Christophe de Vienne # Date 1406065569 -7200 # Node ID 6ba31f0c7d5a45f7ee1d5bc4a1b89b689c3a5442 # Parent addf68740dbb33fe79b6243d5b1df2953d777740 Update the TODO list Related to #4291173 diff -r addf68740dbb -r 6ba31f0c7d5a 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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~