From 63d2b0c187fe50b7db038beeecc4b9258f1f5899 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 12 Nov 2024 06:29:51 +0800 Subject: [PATCH 1/3] Fix formatting --- docs/team/cnivedit.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/team/cnivedit.md b/docs/team/cnivedit.md index 3d84217ea8..a931408f38 100644 --- a/docs/team/cnivedit.md +++ b/docs/team/cnivedit.md @@ -44,8 +44,8 @@ Command Line Interface (CLI). command ([#20](https://github.com/AY2425S1-CS2113-W14-4/tp/pull/20)). - Justification: Abstraction of the find command, inheriting from the base command class. - Highlights: Receives item name to search for and executes the command. -- **Code contributed - **: [RepoSense link](https://nus-cs2113-ay2425s1.github.io/tp-dashboard/?search=cnivedit&sort=groupTitle&sortWithin=title&timeframe=commit&mergegroup=&groupSelect=groupByRepos&breakdown=true&checkedFileTypes=docs~functional-code~test-code~other&since=2024-09-20&tabOpen=true&tabType=authorship&tabAuthor=yijiano&tabRepo=AY2425S1-CS2113-W14-4%2Ftp%5Bmaster%5D&authorshipIsMergeGroup=false&authorshipFileTypes=docs~functional-code~test-code~other&authorshipIsBinaryFileTypeChecked=false&authorshipIsIgnoredFilesChecked=false) +- **Code contributed**: + [RepoSense link](https://nus-cs2113-ay2425s1.github.io/tp-dashboard/?search=cnivedit&sort=groupTitle&sortWithin=title&timeframe=commit&mergegroup=&groupSelect=groupByRepos&breakdown=true&checkedFileTypes=docs~functional-code~test-code~other&since=2024-09-20&tabOpen=true&tabType=authorship&tabAuthor=yijiano&tabRepo=AY2425S1-CS2113-W14-4%2Ftp%5Bmaster%5D&authorshipIsMergeGroup=false&authorshipFileTypes=docs~functional-code~test-code~other&authorshipIsBinaryFileTypeChecked=false&authorshipIsIgnoredFilesChecked=false) - **Project Management**: - Helped maintain some issues, opening [#69](https://github.com/AY2425S1-CS2113-W14-4/tp/issues/69), @@ -63,7 +63,7 @@ Command Line Interface (CLI). - Methods - getExpiringItems ([#113](https://github.com/AY2425S1-CS2113-W14-4/tp/pull/113)) - loadLine ([#68](https://github.com/AY2425S1-CS2113-W14-4/tp/pull/68)) - + - **Documentation**: - Developer Guide - Added the following sections From 47ef899404126d3e5bd18caaace02346e34e739b Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 12 Nov 2024 06:30:40 +0800 Subject: [PATCH 2/3] Fix spacing --- docs/team/cnivedit.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/team/cnivedit.md b/docs/team/cnivedit.md index a931408f38..b4290ec37e 100644 --- a/docs/team/cnivedit.md +++ b/docs/team/cnivedit.md @@ -57,12 +57,10 @@ Command Line Interface (CLI). [#239](https://github.com/AY2425S1-CS2113-W14-4/tp/issues/239), - **Testing**: - - Commands - - ListCommand ([#49](https://github.com/AY2425S1-CS2113-W14-4/tp/pull/49)) - - FindCommand ([#51](https://github.com/AY2425S1-CS2113-W14-4/tp/pull/51)) - - Methods - - getExpiringItems ([#113](https://github.com/AY2425S1-CS2113-W14-4/tp/pull/113)) - - loadLine ([#68](https://github.com/AY2425S1-CS2113-W14-4/tp/pull/68)) + - ListCommand ([#49](https://github.com/AY2425S1-CS2113-W14-4/tp/pull/49)) + - FindCommand ([#51](https://github.com/AY2425S1-CS2113-W14-4/tp/pull/51)) + - getExpiringItems ([#113](https://github.com/AY2425S1-CS2113-W14-4/tp/pull/113)) + - loadLine ([#68](https://github.com/AY2425S1-CS2113-W14-4/tp/pull/68)) - **Documentation**: - Developer Guide From e7ad875733faa4edb5c153d21a6e4ca6643b202b Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 12 Nov 2024 06:36:57 +0800 Subject: [PATCH 3/3] Update spacing --- docs/team/cnivedit.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/team/cnivedit.md b/docs/team/cnivedit.md index d4654628b7..8bfe2eff17 100644 --- a/docs/team/cnivedit.md +++ b/docs/team/cnivedit.md @@ -57,12 +57,10 @@ Command Line Interface (CLI). [#239](https://github.com/AY2425S1-CS2113-W14-4/tp/issues/239), - **Testing**: - - Commands - - ListCommand ([#49](https://github.com/AY2425S1-CS2113-W14-4/tp/pull/49)) - - FindCommand ([#51](https://github.com/AY2425S1-CS2113-W14-4/tp/pull/51)) - - Methods - - getExpiringItems ([#113](https://github.com/AY2425S1-CS2113-W14-4/tp/pull/113)) - - loadLine ([#68](https://github.com/AY2425S1-CS2113-W14-4/tp/pull/68)) + - ListCommand ([#49](https://github.com/AY2425S1-CS2113-W14-4/tp/pull/49)) + - FindCommand ([#51](https://github.com/AY2425S1-CS2113-W14-4/tp/pull/51)) + - getExpiringItems ([#113](https://github.com/AY2425S1-CS2113-W14-4/tp/pull/113)) + - loadLine ([#68](https://github.com/AY2425S1-CS2113-W14-4/tp/pull/68)) - **Documentation**: - Developer Guide