On Sat, Aug 27, 2011 at 9:18 AM, Alessandro Molina < [email protected]> wrote:
> Not a problem, > can you point me the main tasks that you would like to see done? > > Currently, for the ming support, I know that we miss documentation and > tests. > But the support itself seems complete to me, so I'm open to > suggestions and requests to improve it. Well, I'm not a Mongo user myself (not yet), so I can't tell you how much of the required support is done. I'm going to trust you on that one. You're right, though, the first two tasks are documentation and testing. For the documentation, either place it in the book or in the older style docs. Your choice. The final task, though, is to clean up the quickstart and the issues around it. Specifically, if someone selects "no" for the authentication and authorization, it disables all SQLAlchemy support, also disabling much of ToscaWidgets. Instead, we should have those questions be more explicit: ask the user if they want to have SQLAlchemy support, and/or Mongo support (I don't think the two should exclude each other), and a final question asking if they want authentication&authorization (thereby turning on/off the repoze framework). Those are the tasks I think of as being needed for making the Mongo support complete. -- Michael J. Pedersen My IM IDs: Jabber/[email protected], AIM/pedermj022171 Yahoo/pedermj2002, MSN/[email protected] My LinkedIn Profile: http://www.linkedin.com/in/michaeljpedersen Twitter: pedersentg -- You received this message because you are subscribed to the Google Groups "TurboGears Trunk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/turbogears-trunk?hl=en.
