aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGunther6070 <haydenhartman10@yahoo.com>2025-04-14 20:12:43 -0400
committerGunther6070 <haydenhartman10@yahoo.com>2025-04-14 20:12:43 -0400
commit629ae7939087dcaeae80bb567bb9352322d8d5bf (patch)
tree4287aecda1c34d088360826db8006187cdc20ffc /docs
parent25b33f2cd39c27f636bed93e459910a74a41e5f0 (diff)
downloadJellySolutions-629ae7939087dcaeae80bb567bb9352322d8d5bf.tar.gz
JellySolutions-629ae7939087dcaeae80bb567bb9352322d8d5bf.tar.bz2
JellySolutions-629ae7939087dcaeae80bb567bb9352322d8d5bf.zip
Added UML diagrams to designdoc
Diffstat (limited to 'docs')
-rw-r--r--docs/DesignDoc.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/DesignDoc.md b/docs/DesignDoc.md
index d99bf44..91698cb 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.)_
>
-> ![Replace with your ViewModel Tier class diagram 1, etc.](model-placeholder.png)
+![UML](u-fund.drawio.png)
### 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.)_
->
-> ![Replace with your Model Tier class diagram 1, etc.](u-fund.drawio.png)
+
+![UML](u-fund.drawio.png)
## OO Design Principles