File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 8
8
9
9
{Describe the design and implementation of the product. Use UML diagrams and short code snippets where applicable.}
10
10
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
+
11
22
12
23
## Product scope
13
24
### Target user profile
18
29
19
30
{Describe the value proposition: what problem does it solve?}
20
31
32
+
33
+
21
34
## User Stories
22
35
23
36
| Version| As a ... | I want to ... | So that I can ...|
You can’t perform that action at this time.
0 commit comments