diff options
author | benal01 <bja4245@rit.edu> | 2025-04-14 20:15:00 -0400 |
---|---|---|
committer | benal01 <bja4245@rit.edu> | 2025-04-14 20:15:00 -0400 |
commit | ff27f5c49db68fe19cfa96f7b97f809b54eaf6ad (patch) | |
tree | 2f4e79b26a90544916ed511785e5e1e29ee718a7 | |
parent | 4b1d5a5d7cb40a096fbdf1b7be773fbd56a8e554 (diff) | |
parent | 4a26d3d3f719403308e5fbe41129862df9e3e682 (diff) | |
download | JellySolutions-ff27f5c49db68fe19cfa96f7b97f809b54eaf6ad.tar.gz JellySolutions-ff27f5c49db68fe19cfa96f7b97f809b54eaf6ad.tar.bz2 JellySolutions-ff27f5c49db68fe19cfa96f7b97f809b54eaf6ad.zip |
archetecture tier
-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 d25a998..42393c0 100644 --- a/docs/DesignDoc.md +++ b/docs/DesignDoc.md @@ -236,7 +236,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 @@ -252,8 +252,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 |