Created
April 13, 2012 12:18
-
-
Save kanduvisla/2376565 to your computer and use it in GitHub Desktop.
Symphony Enterprise Improvements
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| How to make Symphony more 'enterprisy': | |
| - Store pages in external XML files. | |
| - Store sections in external XML files. | |
| - Have a layer between `tbl_entries` and `tbl_entries_data` and work with views: | |
| Entry | |
| - View | |
| - Data | |
| A 'view' could be 'dutch', 'english', 'draft', etc... | |
| - Improve filtering on publish pages | |
| - add checkboxes | |
| - add column filters | |
| - store page location, filters, order direction in cookies | |
| - Flat 'cached' tables | |
| - Page caching | |
| - Datasource caching | |
| - Datasource field (where you can pick entries filtered by a datasource) | |
| - Have a trash can instead of permanent deleting entries | |
| - Multiselect -> Checkboxes (c'mon!!!) | |
| - Ability to block users | |
| - Issue tracker module |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment