@@ -25,6 +25,8 @@ It is written in Java, and has about 17 kLOC contributed.
2525 in the future. It required the need to add in a parser for find commands to differentiate between finding persons,
2626 modules and events. Therefore, this implementation required adding of new classes and a change in the logic of RemindMe.
2727 * Credits: * {AddressBook3's Parser and AddressBook3's FindPersonCommand}*
28+
29+
2830* ** New Feature** : Added the ability to clear modules, persons and general events respectively.
2931 * What it does: allows the user to clear specifically modules, general events or persons without changing the other entities in RemindMe.
3032 * Justification: With the addition of modules and general events, there will be instances where users want to clear the
@@ -34,11 +36,15 @@ It is written in Java, and has about 17 kLOC contributed.
3436 Therefore, I added ways to parse the respective inputs from the user to differentiate when to clear the whole of
3537 RemindMe, modules, persons, or general events.
3638 * Credits: * {AddressBook3's Parser and AddressBook3's ClearCommand}*
39+
40+
3741* ** Code contributed** : [ RepoSense link] ( https://nus-cs2103-ay2021s2.github.io/tp-dashboard/?search=w15-1&sort=groupTitle&sortWithin=title&timeframe=commit&mergegroup=&groupSelect=groupByRepos&breakdown=true&since=2021-02-19&checkedFileTypes=docs~functional-code~test-code~other&tabOpen=true&tabType=authorship&tabAuthor=markuz5116&tabRepo=AY2021S2-CS2103T-W15-1%2Ftp%5Bmaster%5D&authorshipIsMergeGroup=false&authorshipFileTypes=docs~functional-code~test-code~other&authorshipIsBinaryFileTypeChecked=false )
3842
43+
3944* ** Project management** :
4045 * Managed releases ` v1.2 ` - ` v1.4 ` (4 releases) on GitHub
4146
47+
4248* ** Enhancements to existing features** :
4349 * Wrote additional tests for new features (Pull requests [ \# 118] ( https://github.com/AY2021S2-CS2103T-W15-1/tp/pull/118 ) ,
4450 [ \# 129] ( https://github.com/AY2021S2-CS2103T-W15-1/tp/pull/129 ) , [ \# 131] ( https://github.com/AY2021S2-CS2103T-W15-1/tp/pull/131 ) ,
@@ -48,6 +54,7 @@ It is written in Java, and has about 17 kLOC contributed.
4854 * Wrote specific error messages for each commands (Pull requests [ \# 312] ( https://github.com/AY2021S2-CS2103T-W15-1/tp/pull/312 ) ,
4955 [ \# 316] ( https://github.com/AY2021S2-CS2103T-W15-1/tp/pull/316 ) , [ \# 325] ( https://github.com/AY2021S2-CS2103T-W15-1/tp/pull/325 ) )
5056
57+
5158* ** Documentation** :
5259 * User Guide:
5360 * Added documentations for the features ` clear ` and ` find ` (Pull request [ \# 169] ( https://github.com/AY2021S2-CS2103T-W15-1/tp/pull/169 ) )
0 commit comments