Class Meeting 11: Friday, Week 3
CEN 4021 - Spring 2009
($Id: wk03f.html,v 1.1 2010/03/22 08:48:31 baker Exp $)
Scrum meeting
Why so few scrum reports on Blackboard?
Review doodle results:
http://www.doodle.com/fx4t2y3z9tumwua6
What to do?
Catch up on lecture material from course
See
http://www.cs.fsu.edu/~baker/swe2/CEN4021Calendar2009.html
Software Design Specification (SDS)
SDS.doc
SDS.ppt
Requirements to Design
See chapters 8 and 12 of text (PowerPoint overviews are in
ch08.ppt
and
ch12.ppt
)
ArchitectureDesignStoecklin.ppt
DesigntoCode1Stoecklin.ppt
ArchitectureStoecklin.doc
See how the division of view and controller classes is implemented in
Web2Py
Class Diagram to Database Schema
See Chapter 10 of text (PowerPoint overview is in
ch10.ppt
)
ClassDiagram.doc
: Class diagram for video rental system
Tables.doc
: Corresponding relational database table schema
See how model classes are implemented in Web2Py
Things for you to Do
Do your project task
Update your scrum meeting reports
Read chapters 8, 10, and 12 if you have not yet done so
Learn Web2Py
Read the
Cookbook example