-
Notifications
You must be signed in to change notification settings - Fork 6
RoadMap
pwhittlesea edited this page Jan 12, 2013
·
3 revisions
- Fat models, skinny controllers
- Installation instructions
- Code cleanup - Java-like
a. http://book.cakephp.org/2.0/en/getting-started/cakephp-conventions.html
b. variables
- private/public/protected
- camel case
- descriptive names c. Public variable comments and Docs d. function names
- descriptive
- camel case e. Function comments and Docs
- Escape XSS in commit messages
- Database migrations (CakePHP’s version probably won’t work)
- Transactions http://book.cakephp.org/2.0/en/models/transactions.html
- Exception handling
- F*** sake... Unit tests
- Misc bug fixes
- Users to Projects, through Collaborators
- using the conditions on links more
- e.g. User->getProjectsWhereAdmin()
- Email notifications
- History updates (soft delete)
- Parsing commit messages
- Deactivate accounts & manual activation by admins
- Searching
- Markup