diff options
Diffstat (limited to '')
| -rw-r--r-- | docs/DesignDoc.md | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/DesignDoc.md b/docs/DesignDoc.md index 69c9b89..c9b1345 100644 --- a/docs/DesignDoc.md +++ b/docs/DesignDoc.md @@ -235,7 +235,7 @@ Requests are sent from the view tier and handled by controllers. For example, wh  > _At appropriate places as part of this narrative provide **one** or more updated and **properly labeled**  > static models (UML class diagrams) with some details such as associations (connections) between classes, and critical attributes and methods. (**Be sure** to revisit the Static **UML Review Sheet** to ensure your class diagrams are using correct format and syntax.)_  > ->  +  ### Model Tier @@ -251,8 +251,8 @@ In our model tier we have a Need class, a User class, and a UserAuth class. The  > _At appropriate places as part of this narrative provide **one** or more updated and **properly labeled**  > static models (UML class diagrams) with some details such as associations (connections) between classes, and critical attributes and methods. (**Be sure** to revisit the Static **UML Review Sheet** to ensure your class diagrams are using correct format and syntax.)_ -> ->  + +  ## OO Design Principles  | 
