source: products/quintagroup.transmogrifier/branches/plone-2.1/plone.app.transmogrifier/TODO.txt @ 458

Last change on this file since 458 was 342, checked in by chervol, 18 years ago

create tags

File size: 1.1 KB
Line 
1TODO
2====
3
4- Create more sections:
5
6  - references
7
8    - For archetypes-field managed references, a path resolver would suffice,
9      as ReferenceField and ReverseReferenceField take objects or UIDs.
10
11  - archetypes mimetype encapsulator. File, image and text fields need a
12    mimetype, with the data wrapped in a OFS.Image.File object. This section
13    should take a mimetype key and a data key and replace these with the
14    OFS.Image.File object.
15
16  - URLNormalizer section to generate suitable ids.
17
18  - Clean up docs and tests for new sections from Florian (criteria,
19    browserdefault, changes to constructor)
20
21- Define a 'default import pipeline' variable in the transmogrifier section,
22  so you can include a default set of sections that'll work for 95% of the
23  transmogrifier import cases. The goal is to have a pipeline definition like
24  this::
25
26    include = plone.app.transmogrifier.config:ploneimport.cfg
27    pipeline =
28        my.specific.import.section
29        ${ploneimport:importpipeline}
30
31  With a black box section that could even be done without variable
32  substitution.
Note: See TracBrowser for help on using the repository browser.