Skip to content
blaflamme edited this page Jan 20, 2013 · 93 revisions

Sprint Ideas

"All Hands" Tasks (good for beginners)

  • port Lingua to run also on Python 3: https://github.com/wichert/lingua
  • Create a site which showcases existing Pyramid/Pylons-powered websites.
  • Change licenses for all Pylons projects to 2-clause BSD or MIT equivalent (from RPL)
  • edit and reorganize cookbook at https://github.com/Pylons/pyramid_cookbook
  • Debug toolbar screencast
  • Pyramid tutorial screencast
  • Do a tutorial walk-thru and identify hard to follow parts and suggest fixes
  • PDB Tutorial
  • Add better docs about how Python packages relate to Python modules.
  • SEO optimization for Pyramid docs
  • content population for http://pyramid.opencomparison.org/
  • some kind of interactive shell for pyramid kinda like http://try.redis-db.com/
  • Figure out how to test Pyramid on Google App Engine beta (2.7)
  • Tutorial or cookbook recipe for how to work with Pyramid in PyCharm
  • Create docs for people coming from web framework X and presenting them which tools are closer to what they already know.

Focused tasks (require specific knowledge or context)

  • X-platform (Win/UNIX/py2/py3/pypy) session storage
  • Make it easier to debug i18n problems
  • Fix tox to cope with the ability to test distributions that have namespace package dependencies (e..g. "transaction").
  • allow better extension support for debugtoolbar
  • web-enabled interactive debugger ala pdb as toolbar extension (pie in sky)
  • pretty up debugger toolbar
  • add warning messages to old versions of documentation and link to latest release
  • factor mako and chameleon templating bindings into external packages (Carlos and Reed did some of this at PyCon 2012).
  • pycco style tutorial
  • refactor zilch (use debugtoolbar exc collecting instead of weberror), and more flexible storage/result interface, more 'deployable-ready' with pyramid apps
  • extensible pyramid dashboard app for apps needing an admin UI (error reporters, cache viewers, job runners, etc.)
  • generate colander/deform schemas from sqlalchemy models (admin interface) https://github.com/Themanwithoutaplan/pyramid_debugtoolbar/wiki/Generate-colander-deform-schemas-from-sqlalchemy-models-(admin-interface)
  • debugtoolbar bug fixing
  • refactor beaker to remove the crappy container implementation and use dogpile instead. Implement dogpile extensions for back-end specific locking to replace the horrible back-end container stuff.

Real-time web tasks

  • Unit tests to pyramid_socketio
  • Unit tests to gevent-socketio
  • Port gevent-socketio to Socket.IO protocol v0.8+
    • Implement namespacing, and authentication per namespace, with a good object model.
  • Selenium tests for the pyramid_socketio demos
  • Tutorials and Screencasts with pyramid_socketio
  • Get documentation for pyramid_socketio on readthedocs