Skip to content

Commit

Permalink
Update Architecture Diagram and fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan1604 committed Nov 8, 2023
1 parent 700392d commit 578564c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ Example: `budget view`

* Should work on main OS (Windows, Linux, Mac) that has Java 11 installed.
* This app is meant for a single user.
* This app targeted towards users with an above-average typing speed.
* This app is targeted towards users with an above-average typing speed.

## Glossary

Expand Down
12 changes: 6 additions & 6 deletions docs/diagrams/ArchitectureDiagram.puml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

package "" as f {
Class Ui #blue
Class Parser #Magenta
Class Model #DeepPink
Class Main #PowderBlue
Class Storage #SpringGreen
Class Parser #DarkMagenta
Class Model #Crimson
Class Main #LightSkyBlue
Class Storage #Green
Class Command #Grey
}

Class User #red
Class "<$documents>" as File #Lime
Class User #IndianRed
Class "<$documents>" as File #DarkOliveGreen

User -down-> Ui
Ui --> Parser
Expand Down
Binary file modified docs/images/ArchitectureDiagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 578564c

Please sign in to comment.