Skip to content

Commit

Permalink
Edited StorageClassDiagram -- Changed StudyBuddyStorage to StudyBuddy…
Browse files Browse the repository at this point in the history
…Book
  • Loading branch information
jaesimin committed Oct 23, 2019
1 parent d5385d6 commit 5104a9e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Binary file added StorageClassDiagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 deletions docs/diagrams/StorageClassDiagram.puml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ skinparam classBackgroundColor STORAGE_COLOR

Interface Storage <<Interface>>
Interface UserPrefsStorage <<Interface>>
Interface StudyBuddyStorage <<Interface>>
Interface StudyBuddyBook <<Interface>>

Class StorageManager
Class JsonUserPrefsStorage
Class JsonStudyBuddyStorage
Class JsonStudyBuddyBook
Class JsonSerializableCheatSheet
Class JsonSerializableFlashcard
Class JsonSerializableNote
Expand All @@ -22,13 +22,13 @@ Class JsonAdaptedTag

StorageManager .left.|> Storage
StorageManager o-right-> UserPrefsStorage
StorageManager o--> StudyBuddyStorage
StorageManager o--> StudyBuddyBook

JsonUserPrefsStorage .left.|> UserPrefsStorage
JsonStudyBuddyStorage .left.|> StudyBuddyStorage
JsonStudyBuddyStorage .down.> JsonSerializableCheatSheet
JsonStudyBuddyStorage .down.> JsonSerializableFlashcard
JsonStudyBuddyStorage .down.> JsonSerializableNote
JsonStudyBuddyBook.left.|> StudyBuddyBook
JsonStudyBuddyBook .down.> JsonSerializableCheatSheet
JsonStudyBuddyBook .down.> JsonSerializableFlashcard
JsonStudyBuddyBook .down.> JsonSerializableNote

JsonSerializableCheatSheet .down.> JsonAdaptedCheatSheet
JsonAdaptedCheatSheet .down.> JsonAdaptedContent
Expand Down
Binary file modified docs/images/StorageClassDiagram.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 5104a9e

Please sign in to comment.