forked from plone/plone.app.collection
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO.txt
29 lines (18 loc) · 1.08 KB
/
TODO.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
ToDo
====
[X] Create basic dexterity-based collection type.
[X] Use QueryStringWidget (plone.formwidget.querystring) for the query field.
[X] Make sure the edit view is fully functional.
[X] Re-create class/view methods of the old collection type.
[X] Make the standard collection views work.
[X] Make enableSyndication/RSS work. Syndication is not working for
plone.app.collection trunk either.
[ ] Get rid of plone.directives.form dependency. See:
https://github.com/plone/plone.app.collection/commit/0e7a83b175339b734dba9b3e4f9b65d89fab7489#commitcomment-2094151
[ ] Refactor plone.formwidget.querystring to not use sorting field
duplicates as described here: https://github.com/plone/plone.formwidget.querystring/blob/master/plone/formwidget/querystring/querywidget.js#L222
The '@@querybuilder_html_results' view from plone.app.querystring should
use the z3c.form fields directly.
[ ] Make the tabular_view and the in-out-widget for the customViewFields field work.
[ ] Make the collection portlet work.
[ ] Add i18n support and l10ns