diff --git a/README.md b/README.md index 7a659e1..ac6206a 100644 --- a/README.md +++ b/README.md @@ -46,14 +46,18 @@ For the first iteration of this tool, I have decided to pursue the first idea an ## Design -The following defines the sequence diagram for this project. +Class diagram: +![Class Diagram](./classDiagram.png) +Sequence diagram: ![System Sequence Diagram](./troubleshootSystemSequenceDiagram.png) -The following represents the activity diagram for this project. +Activity diagram: ![Activity Diagram](./activityDiagram.png) + + UI Mocks can be found here: https://www.figma.com/file/QcAxsC58Lh969NLunI8sTT/Authn2Mock?node-id=0%3A1 ### Open questions: diff --git a/classDiagram.png b/classDiagram.png new file mode 100644 index 0000000..0a17d67 Binary files /dev/null and b/classDiagram.png differ