-
Convert psc_releasefolder_view.pt to use views
What?
This is a simiple task to get started with doing views.
- Add a view (browser/configure.zcml) for the release folder view
- Make psc_releasefolder_view.pt use this view
- Move all display logic out of the PSCReleaseFolder type and into this view
- Review existing functionality - is it doing anything that's not scalable? Are there unused functions?
- 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)