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
@@ -10,28 +9,50 @@ Interface(CLI) while still having the benefits of a Graphic User Interface(GUI).
10
9
RemindMe allows students to always be aware of exams and events deadline as there will be reminder pop-ups and calendar
11
10
for students to see!
12
11
13
-
Given below are my contributions to the project.
12
+
## Summary of Contributions
14
13
15
-
***New Feature**: Upcoming
16
-
* What it does: NIL
17
-
14
+
Given below are my contributions to the project.
18
15
19
-
***New Feature**: Added a history command that allows the user to navigate to previous commands using up/down keys.
16
+
***New Feature**: Delete modules, assignments, exams and general events.
17
+
* What it does: allows the user to manage their tasks in terms of modules, assignments, exams and general events
18
+
by deleting tasks and events that are no longer needed or relevant.
19
+
* Justification: This feature improves RemindMe significantly as it allows the user to delete entries
20
+
so that the task window does not become too cluttered
21
+
* Highlights: This enhancement affects all the other functionality of RemindMe.
22
+
* Credits: *{AddressBook3's Person and AddressBook3's AddressBook}*
23
+
24
+
***New Feature**: Added the ability to add modules, assignments, exams and general events.
25
+
* What it does: allows the user to add modules, assignments, exams and general events in RemindMe.
26
+
* Justification: This feature improves RemindMe significantly as it allows the user to add entries of different natures to RemindMe
27
+
with proper categorisation. This provides a convenient way to view the different types of tasks that the user has.
28
+
* Highlights: This enhancement affects the existing add command, which could only add persons. It required the need to add in a parser for add commands
29
+
to differentiate between adding persons, modules, assignments, exams and general events. Therefore, this implementation required adding of new classes and a change in the logic of RemindMe.
30
+
* Credits: *{AddressBook3's Parser and AddressBook3's AddPersonCommand}*
0 commit comments