You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -57,7 +65,7 @@ The *Sequence Diagram* below shows how the components interact with each other f
57
65
58
66
The sections below give more details of each component.
59
67
60
-
### UI component (Jing Qian)
68
+
### UI component
61
69
62
70

63
71
@@ -73,7 +81,7 @@ The `UI` component,
73
81
* Executes user commands using the `Logic` component.
74
82
* Listens for changes to `Model` data so that the UI can be updated with the modified data.
75
83
76
-
### Logic component (Jing Qian)
84
+
### Logic component
77
85
78
86

79
87
@@ -93,7 +101,7 @@ Given below is the Sequence Diagram for interactions within the `Logic` componen
93
101
<divmarkdown="span"class="alert alert-info">:information_source: **Note:** The lifeline for `ExerciseDeleteCommandParser` should end at the destroy marker (X) but due to a limitation of PlantUML, the lifeline reaches the end of diagram.
94
102
</div>
95
103
96
-
### Model component (Jing Qian)
104
+
### Model component
97
105
98
106

99
107
@@ -114,7 +122,7 @@ The `Model`,
114
122
</div>
115
123
116
124
117
-
### Storage component (Jing Qian)
125
+
### Storage component
118
126
119
127

120
128
@@ -134,7 +142,7 @@ Classes used by multiple components are in the `seedu.addressbook.commons` packa
134
142
135
143
This section describes some noteworthy details on how certain features are implemented.
136
144
137
-
### Create routine (Jing Qian)
145
+
### Create routine
138
146
139
147
The feature to create a routine in fitNUS is implemented using `RoutineCreateCommand` class, which inherits from
140
148
`Command` class. The argument is supplied after parsing the user input by the `RoutineCreateCommandParser` class.
@@ -174,7 +182,7 @@ Given below is the sequence diagram showing how the routine creation command is
0 commit comments