• Convert psc_releasefolder_view.pt to use views

Comparing

Current Version

by aclark, modified November 6, 2006
to

Version 2

by aclark, modified November 6, 2006

Key

  • inserted
  • deleted

What?

This is a simiple task to get started with doing views.

  1. Add a view (browser/configure.zcml) for the release folder view
  2. Make psc_releasefolder_view.pt use this view
  3. Move all display logic out of the PSCReleaseFolder type and into this view
  4. Review existing functionality - is it doing anything that's not scalable? Are there unused functions?
  5. Add some tests to ensure the view is registered and can be looked up, and for non-trivial methods of the view (e.g. for searches)

Who?

Alex Clark Link: mailto:aclark@aclark.net