Skip to content

Commit

Permalink
Merge pull request AY2425S1-CS2113-W14-4#249 from cnivedit/devguide/o…
Browse files Browse the repository at this point in the history
…verview

Update high level architecture diagram
  • Loading branch information
yijiano authored Nov 12, 2024
2 parents 382d3b5 + 16ddf19 commit 1da3636
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
Binary file modified docs/diagrams/High-Level-Overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 9 additions & 2 deletions docs/diagrams/High-Level-Overview.puml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ package "pill" {
class Item
class DateTime
class PillLogger
class TimestampIO
class TransactionManager
class Order
class Transaction
class Visualizer
}

package exceptions {
Expand All @@ -45,14 +48,18 @@ package "pill" {
Parser --> command
Parser -up> StringMatcher
Parser --> DateTime
DateTime -up> TimestampIO
StringMatcher -> Parser
Parser -> PillLogger
command --> exceptions
command --> TransactionManager
command --> Visualizer
command -> PillLogger
Parser --> exceptions

ItemMap -> Storage
TransactionManager --> Storage
TransactionManager ---> Order
TransactionManager ---> Transaction

PillException -left> ExceptionMessages

Expand Down

0 comments on commit 1da3636

Please sign in to comment.