Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update PPP #227

Merged
merged 1 commit into from
Apr 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/team/eugenechanjiajun.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,17 @@ Given below are my contributions to the project.
#### Handled input parsing for the chatbot.
* What it does: The parser class handles all the input made by the user into the chatbot an accurately parses the
command to execute the appropriate tasks.
* Justification: This feature ensures that all command features implemented by the team is handled properly and the
appropriate output is produced

#### Code contributed: [RepoSense link](https://nus-cs2113-ay2324s2.github.io/tp-dashboard/?search=eugene&sort=groupTitle&sortWithin=title&timeframe=commit&mergegroup=&groupSelect=groupByRepos&breakdown=true&checkedFileTypes=docs~functional-code~test-code~other&since=2024-02-23&tabOpen=true&tabType=authorship&tabAuthor=EugeneChanJiajun&tabRepo=AY2324S2-CS2113-T12-4%2Ftp%5Bmaster%5D&authorshipIsMergeGroup=false&authorshipFileTypes=docs~functional-code~test-code~other&authorshipIsBinaryFileTypeChecked=false&authorshipIsIgnoredFilesChecked=false)

#### Project Management
* Managed releases `v2.0` on GitHub

#### Enhancement to existing features
* Added additional tests for existing features to increase coverage (Pull request [#197]()https://github.com/AY2324S2-CS2113-T12-4/tp/pull/197 and [#225](https://github.com/AY2324S2-CS2113-T12-4/tp/pull/225))
* Created new class to handle all exceptions thrown (Pull request [#114](https://github.com/AY2324S2-CS2113-T12-4/tp/pull/114)


#### Documentation
Expand All @@ -37,5 +41,6 @@ Given below are my contributions to the project.
* Developer Guide:
* Added implementation details for the `save` feature.
* Added sequence diagram for the `save` feature.
* Added class diagram for the `save` feature.


Loading