From b4e9341dcd26f983cb7ec55330deed84bbc2f553 Mon Sep 17 00:00:00 2001 From: Gunther6070 Date: Wed, 16 Apr 2025 20:48:45 -0400 Subject: Added new uml to viewmodel and model sections --- docs/DesignDoc.md | 4 +- docs/u-fund-model.drawio.png | Bin 0 -> 173754 bytes docs/u-fund-model.drawio.xml | 103 ++++++++++++++++++++++++++++++ docs/u-fund-viewmodel.drawio.png | Bin 0 -> 149547 bytes docs/u-fund-viewmodel.drawio.xml | 134 +++++++++++++++++++++++++++++++++++++++ 5 files changed, 239 insertions(+), 2 deletions(-) create mode 100644 docs/u-fund-model.drawio.png create mode 100644 docs/u-fund-model.drawio.xml create mode 100644 docs/u-fund-viewmodel.drawio.png create mode 100644 docs/u-fund-viewmodel.drawio.xml 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 diff --git a/docs/u-fund-model.drawio.png b/docs/u-fund-model.drawio.png new file mode 100644 index 0000000..3d6d6b9 Binary files /dev/null and b/docs/u-fund-model.drawio.png differ diff --git a/docs/u-fund-model.drawio.xml b/docs/u-fund-model.drawio.xml new file mode 100644 index 0000000..69138d4 --- /dev/null +++ b/docs/u-fund-model.drawio.xml @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/u-fund-viewmodel.drawio.png b/docs/u-fund-viewmodel.drawio.png new file mode 100644 index 0000000..d92098b Binary files /dev/null and b/docs/u-fund-viewmodel.drawio.png differ diff --git a/docs/u-fund-viewmodel.drawio.xml b/docs/u-fund-viewmodel.drawio.xml new file mode 100644 index 0000000..afd1d33 --- /dev/null +++ b/docs/u-fund-viewmodel.drawio.xml @@ -0,0 +1,134 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3