Skip to content

Commit b0a159a

Browse files
Add Storage puml to DeveloperGuide
1 parent 622d277 commit b0a159a

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

docs/DeveloperGuide.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,19 @@
1010

1111
### Storage Components
1212

13-
API: `Storage.java`
13+
API: `FlashcardStorage.java`
1414

15-
The `Storage` component,
15+
![Flashcard Storage Sequance Diagram](photo/FlashcardStorage-0.png)
16+
17+
The `FlashcardStorage` component,
1618
* can save flashcards in `flashcard.txt` in specific text format
17-
* can save events in `event.txt` in specific text format
1819
* saves automatically when changes occur.
1920
* component loads automatically when the program starts.
2021
* component can check if the saved txt file has been damaged.
2122

23+
`EventStorage` has same structure.
24+
25+
2226
### Calendar Components
2327

2428
#### Command Package

0 commit comments

Comments
 (0)