forked from airbnb/Flask-AppBuilder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO.txt
25 lines (25 loc) · 1.49 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
- Add easy wizard flow generation.
- Add tree list with multiple views.
- Add table with global, and db version key.
- Diferent UI to add permissions to roles.
- Solution to migrate/alter framework tables.
- Improve ImageColumn support, update, remove, etc.
- (TODO) New, possible to disable babel use.
- (TODO) New, order by query based list boxes.
- (TODO) New, column choices a dict {'col_name':[('value','display_value'),...],...}.
- (TODO) New, column_formatters a dict {'col_name':func,...}
- (TODO) New, add/edit form types, with bs3 horizontal, default and inline, base forms.
- (TODO) New, OAuth authentication.
- (TODO) New, excl_show_columns, excl_edit_columns, excl_show_columns, excl_search_columns attributes.
- (TODO) Fix, GenericSession method all crashes on empty null collection correction.
- (TODO), list_show_links - lista de colunas com link para show.
- (TODO), list_edit_links - lista de colunas com link para edit.
- (TODO) Fix, pt translation for change_by, created_by etc...
- (TODO) Fix, back buttom on lists moved to first place.
- (TODO) Fix, pagination start on 1.
- (TODO) Fix, pagination configurable or step 10.
- (TODO) Fix, changed menu item "User's Statistics" to "User Statistics".
- (TODO) Fix, changed menu item "Permission on Views/Menus" to "Permissions on Views/Menus".
- (TODO) Fix, Relation/No Relation filter labels changed to Only/All But.
- (TODO) Fix, OpenID Code rework.
- (TODO) New, builtin different type of storing sessions (File, Redis, memory, cookies).