Skip to content

Commit cfc6c28

Browse files
Update DeveloperGuide.md about storage
1 parent 7931262 commit cfc6c28

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/DeveloperGuide.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@
88

99
{Describe the design and implementation of the product. Use UML diagrams and short code snippets where applicable.}
1010

11+
### Storage Components
12+
13+
API: `Storage.java`
14+
15+
The `Storage` component,
16+
* can save flashcards in `flashcard.txt` in specific text format
17+
* can save events in `event.txt` in specific text format
18+
* saves automatically when changes occur.
19+
* component loads automatically when the program starts.
20+
* component can check if the saved txt file has been damaged.
21+
1122

1223
## Product scope
1324
### Target user profile
@@ -18,6 +29,8 @@
1829

1930
{Describe the value proposition: what problem does it solve?}
2031

32+
33+
2134
## User Stories
2235

2336
|Version| As a ... | I want to ... | So that I can ...|

0 commit comments

Comments
 (0)