We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 622d277 commit b0a159aCopy full SHA for b0a159a
docs/DeveloperGuide.md
@@ -10,15 +10,19 @@
10
11
### Storage Components
12
13
-API: `Storage.java`
+API: `FlashcardStorage.java`
14
15
-The `Storage` component,
+
16
+
17
+The `FlashcardStorage` component,
18
* can save flashcards in `flashcard.txt` in specific text format
-* can save events in `event.txt` in specific text format
19
* saves automatically when changes occur.
20
* component loads automatically when the program starts.
21
* component can check if the saved txt file has been damaged.
22
23
+`EventStorage` has same structure.
24
25
26
### Calendar Components
27
28
#### Command Package
0 commit comments