Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
woodenclock committed Nov 12, 2023
2 parents 8a8f800 + 838606a commit d9b1ba4
Showing 1 changed file with 2 additions and 26 deletions.
28 changes: 2 additions & 26 deletions docs/team/woodenclock.md
Original file line number Diff line number Diff line change
@@ -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)

--------------------------------------------------------------------------------------------------------------------------------------

Expand All @@ -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.
Expand All @@ -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)

--------------------------------------------------------------------------------------------------------------------------------------

Expand Down

0 comments on commit d9b1ba4

Please sign in to comment.