Skip to content

Instantly share code, notes, and snippets.

@kanduvisla
Created April 13, 2012 12:18
Show Gist options
  • Select an option

  • Save kanduvisla/2376565 to your computer and use it in GitHub Desktop.

Select an option

Save kanduvisla/2376565 to your computer and use it in GitHub Desktop.
Symphony Enterprise Improvements
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