From 838606afafd6f3202c9fa86a1a195361796d25a7 Mon Sep 17 00:00:00 2001 From: Lee Sungmin Date: Sat, 11 Nov 2023 22:17:26 +0800 Subject: [PATCH] Update woodenclock.md --- docs/team/woodenclock.md | 28 ++-------------------------- 1 file changed, 2 insertions(+), 26 deletions(-) diff --git a/docs/team/woodenclock.md b/docs/team/woodenclock.md index 22fd766e0f..7fcdc60318 100644 --- a/docs/team/woodenclock.md +++ b/docs/team/woodenclock.md @@ -1,24 +1,10 @@ # Lee Sungmin's Project Portfolio Page 🦈 -## Table of Contents -- [Overview](#overview) -- [Summary of Contribution](#summary-of-contributions) - - [Code Contributed](#code-contributed) - - [Enhancements Implemented](#enhancements-implemented) - - [Contributions to User Guide](#contributions-to-user-guide) - - [Contributions to Developer Guide](#contributions-to-developer-guide) - - [Contributions to Team-Based Tasks](#contributions-in-reviewsmentoring) - - [Contributions in Reviews/Mentoring](#contributions-to-user-guide) - --------------------------------------------------------------------------------------------------------------------------------------- - ## Overview Welcome aboard fellow animal lover! We are really excited to have you here! 😉 Wildwatch is a program for a clerk managing wildlife data in a wildlife reserve via the Command Line Interface (CLI). The purpose of this user guide is to familiarize you with the program and help you when you face a problem using it. Its main job is to store and present animal data, this would make your job so much more convenient! - -[⬆ Back to top](#table-of-contents) -------------------------------------------------------------------------------------------------------------------------------------- @@ -41,10 +27,7 @@ To view the codes that I have contributed to the team project WildWatch, click [ 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. - -[⬆ Back to top](#table-of-contents) - +12. Updated README.md page from Duke to WildWatch appropriately. ### Contributions to User Guide 1. Created `Table of Contents` Section, ensured all links are working. @@ -54,30 +37,23 @@ To view the codes that I have contributed to the team project WildWatch, click [ 5. Created `FAQ` Section. 6. Created `Glossary` Section. - ### Contributions to Developer Guide 1. Created `Table of Contents` Section, ensured all links are working. 2. Created `Intoduction` Section, which includes Welcome Message, Description, Purpose, Audience, and Legend. 3. Created `Quick Start` Section, which guides new comers on how to get WildWatch up and running. 4. Created `Design & Implementation` Section and their respective descriptions (did everything except Command Sequence Diagram). 5. Created `Product Scope` Section, which described the `Target User Profile` and `Value Proposition`. -6. Created `Glossary` and `Acknowledgement` Sections. - -[⬆ Back to top](#table-of-contents) - +6. Created `Glossary` and `Acknowledgement` Sections. ### Contributions to Team-Based Tasks 1. Set up GitHub team organization and upstream repository. 2. Set up foundational codes, on which WildWatch first got up and running. 3. Set up and maintained `Issue Tracker`, gave constructive feedbacks to Pull Requests, reconciled merge conflicts. 4. Managed creation and release of `WildWatch.jar` artefacts. - ### Contributions in Reviews/Mentoring 1. Constructive comments and reviews were given in the [`Pull Request`](https://github.com/AY2324S1-CS2113T-W11-2/tp/pulls?page=3&q=is%3Apr+is%3Aclosed). 2. When giving the feedbacks, [visual aids](https://github.com/AY2324S1-CS2113T-W11-2/tp/pull/1) were also attached, to better facilitate the message sent across. - -[⬆ Back to top](#table-of-contents) --------------------------------------------------------------------------------------------------------------------------------------