aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbenal01 <bja4245@rit.edu>2025-04-14 20:15:00 -0400
committerbenal01 <bja4245@rit.edu>2025-04-14 20:15:00 -0400
commitff27f5c49db68fe19cfa96f7b97f809b54eaf6ad (patch)
tree2f4e79b26a90544916ed511785e5e1e29ee718a7
parent4b1d5a5d7cb40a096fbdf1b7be773fbd56a8e554 (diff)
parent4a26d3d3f719403308e5fbe41129862df9e3e682 (diff)
downloadJellySolutions-ff27f5c49db68fe19cfa96f7b97f809b54eaf6ad.tar.gz
JellySolutions-ff27f5c49db68fe19cfa96f7b97f809b54eaf6ad.tar.bz2
JellySolutions-ff27f5c49db68fe19cfa96f7b97f809b54eaf6ad.zip
archetecture tier
-rw-r--r--docs/DesignDoc.md6
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.)_
>
-> ![Replace with your ViewModel Tier class diagram 1, etc.](model-placeholder.png)
+![UML](u-fund.drawio.png)
### 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.)_
->
-> ![Replace with your Model Tier class diagram 1, etc.](u-fund.drawio.png)
+
+![UML](u-fund.drawio.png)
## OO Design Principles