-
Notifications
You must be signed in to change notification settings - Fork 21
Home
Paul edited this page Apr 12, 2017
·
10 revisions
Welcome to the SOEN341 wiki!
Sprint Planning Doc
: https://docs.google.com/spreadsheets/d/1XJVPkzoddaY0HJMaGUNn_-xZByVyE6RBzXC0nnBDX_g/edit?usp=sharing
SPRINT 2 : See planning and burndown chart outlined in the Sprint Planning Doc
.
SPRINT 3 : See planning and burndown chart outlined in the Sprint Planning Doc
.
SPRINT 4 : See planning chart in the Sprint Planning Doc
.
Architecture Diagram:
php Coding Style Standard
Overview of Custom PHP Style Standard:
- Code indentation uses tabs.
- No hard limit on line length.
- One blank line after the opening php tag.
- One blank line after
namespace
declaration. - Opening braces go on next line for all functions and classes.
- Opening braces go on the same line for control flow statements.
- Visibility declared on all methods.
- Variables are declared using camelCase style.
- No closing php tag on files that are only php.
See Burndown charts for each sprint as well as the Final Burndown chart:
Burndown charts: http://radekstepan.com/burnchart/#!/n2chao/SOEN341