From eebf88c65684ffd1b03283b3432fd9ba8fc6b5a1 Mon Sep 17 00:00:00 2001 From: Lee Sungmin Date: Tue, 14 Nov 2023 00:03:37 +0800 Subject: [PATCH] Update woodenclock.md --- docs/team/woodenclock.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/team/woodenclock.md b/docs/team/woodenclock.md index f6bb28f3f6..a6543d1c46 100644 --- a/docs/team/woodenclock.md +++ b/docs/team/woodenclock.md @@ -22,8 +22,9 @@ To view the codes that I have contributed to the team project WildWatch, click [ 8. Created `EditCommandParser`, `ListCommandParser` and `FindCommandParser` classes in `Parser Package`. 9. Enhanced `SummaryCommandParser` class in `Parser Package` to be case-insensitive. 10. Created `ExistenceChecker`, `FileCreater`, `FileHandler`, `FileLoader`, `Saver`, and `EntryToStingConverter` (half) classes in `Storage Package`. -11. Created `EmptyDescriptionPrinter`, `EntryPrinter`, `ErrorPrinter`, `FilePrinter`, `InputConsole`, `LinePrinter`, `ListCommandPrinter`, `SearchResultPrinter` classes in `Ui Package`. -12. Updated README.md page from Duke to WildWatch appropriately. +11. Created `EmptyDescriptionPrinter`, `EntryPrinter`, `ErrorPrinter`, `FilePrinter`, `InputConsole`, `LinePrinter`, `ListCommandPrinter`, `SearchResultPrinter` classes in `Ui Package`. +12. Created half of the all test classes, please refer to [RepoSense](https://nus-cs2113-ay2324s1.github.io/tp-dashboard/?search=woodenclock&breakdown=true). +13. Updated README.md page from Duke to WildWatch appropriately. ### Contributions to User Guide 1. Created `Table of Contents` Section, ensured all links are working.