Skip to content

RoadMap

pwhittlesea edited this page Jan 12, 2013 · 3 revisions

v1.1 (bug fixes)

  1. Fat models, skinny controllers
  2. Installation instructions
  3. Code cleanup - Java-like a. http://book.cakephp.org/2.0/en/getting-started/cakephp-conventions.html b. variables
    1. private/public/protected
    2. camel case
    3. descriptive names c. Public variable comments and Docs d. function names
    4. descriptive
    5. camel case e. Function comments and Docs
  4. Escape XSS in commit messages
  5. Database migrations (CakePHP’s version probably won’t work)
  6. Transactions http://book.cakephp.org/2.0/en/models/transactions.html
  7. Exception handling
  8. F*** sake... Unit tests
  9. Misc bug fixes

v1.2 (future features)

  1. Users to Projects, through Collaborators
  2. using the conditions on links more
    • e.g. User->getProjectsWhereAdmin()
  3. Email notifications
  4. History updates (soft delete)
  5. Parsing commit messages
  6. Deactivate accounts & manual activation by admins
  7. Searching
  8. Markup
Clone this wiki locally