forked from syrusakbary/Flask-SuperAdmin
-
Notifications
You must be signed in to change notification settings - Fork 1
/
TODO.txt
25 lines (25 loc) · 791 Bytes
/
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
- Core
- View Site button?
- Localization
- Create documentation
- Model Admin
- Reduce number of parameters passed to list view
- Checkboxes and mass operations
- Filters
- Use table to draw filters so column names will line up?
- Custom filters for date fields?
- Change boolean filter to True/False instead of Yes/No
- Ability to sort by fields that are not visible?
- List display callables?
- SQLA Model Admin
- Postprocess sort columns - do not resolve to attributes in runtime
- Many2Many support
- Verify if it is working properly
- WYSIWYG editor support?
- File admin
- Mass-delete functionality
- File size restriction
- Unit tests
- Form generation tests
- Documentation
- Add all new stuff