aboutsummaryrefslogtreecommitdiff
path: root/docs/DesignDoc.md
diff options
context:
space:
mode:
authorGunther6070 <haydenhartman10@yahoo.com>2025-04-16 20:48:45 -0400
committerGunther6070 <haydenhartman10@yahoo.com>2025-04-16 20:48:45 -0400
commitb4e9341dcd26f983cb7ec55330deed84bbc2f553 (patch)
tree707443b706181d2f7c7a1c9901e1e05d9c264cae /docs/DesignDoc.md
parentca614fa34bf228c418ade8f7c47e3e7428f942b6 (diff)
downloadJellySolutions-b4e9341dcd26f983cb7ec55330deed84bbc2f553.tar.gz
JellySolutions-b4e9341dcd26f983cb7ec55330deed84bbc2f553.tar.bz2
JellySolutions-b4e9341dcd26f983cb7ec55330deed84bbc2f553.zip
Added new uml to viewmodel and model sections
Diffstat (limited to 'docs/DesignDoc.md')
-rw-r--r--docs/DesignDoc.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/DesignDoc.md b/docs/DesignDoc.md
index c1b76fe..0d288fe 100644
--- a/docs/DesignDoc.md
+++ b/docs/DesignDoc.md
@@ -248,7 +248,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.)_
>
-![UML](u-fund.drawio.png)
+![UML](u-fund-viewmodel.drawio.png)
### Model Tier
@@ -273,7 +273,7 @@ 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.)_
-![UML](u-fund.drawio.png)
+![UML](u-fund-model.drawio.png)
## OO Design Principles