A summary of my progress can be read on the docs/HISTORY.txt file on the product itself, but here I'll paste last changes.
- Outlined BatchEditorForm, so far only showing a list of contents to edit, but not editable yet.
- Added Empty Interface and Adapter for BatchEditable contents.
- Created uninstall profile that removes all created actions.
- Created first tests: tests_setup.py and base.py inside tests module.
- User search parameters and items selection stored on content annotations.
- Re done BatchSelectorForm for displaying search results and select items to edit using plone.z3cform.crud.
- Added Interface and Adapter for BatchSelectable contents.
Also, I want to thank Daniel Nouri for his great work on plone.z3cform.crud.

About things for next week, I must say that is the same list than for the previous one:
- display Archetypes schema fields on plone.z3cforms.crud
- create the batch edit action for saving changes (shouldn't be hard using crud).
- add more tests.
1 comment:
Good for people to know.
Post a Comment