Skip to content

Commit

Permalink
Merge pull request #330 from SkyBlaise99/branch-update-portfolio
Browse files Browse the repository at this point in the history
Update PPP
  • Loading branch information
SkyBlaise99 authored Nov 5, 2021
2 parents a548db8 + 3178068 commit 9c08bfc
Showing 1 changed file with 17 additions and 13 deletions.
30 changes: 17 additions & 13 deletions docs/team/skyblaise99.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,53 +25,55 @@ Given below are my contributions to the project.
[RepoSense link](https://nus-cs2103-ay2122s1.github.io/tp-dashboard/?search=skyblaise99&sort=groupTitle&sortWithin=title&timeframe=commit&mergegroup=&groupSelect=groupByRepos&breakdown=true&checkedFileTypes=docs~functional-code~test-code~other&since=2021-09-17&tabOpen=true&tabType=authorship&zFR=false&tabAuthor=SkyBlaise99&tabRepo=AY2122S1-CS2103T-T12-1%2Ftp%5Bmaster%5D&authorshipIsMergeGroup=false&authorshipFileTypes=docs~functional-code~test-code~other&authorshipIsBinaryFileTypeChecked=false)

* **Project management**:
* Managed releases `v1.0` - `v1.4` (2 releases) on GitHub
* Managed releases `v1.0` - `v1.4` (3 releases) on GitHub

* **Enhancements to existing features**:
* Updated edit command (Pull requests
* Updated edit command. (Pull requests
[\#71](https://github.com/AY2122S1-CS2103T-T12-1/tp/pull/71),
[\#96](https://github.com/AY2122S1-CS2103T-T12-1/tp/pull/96),
[\#102](https://github.com/AY2122S1-CS2103T-T12-1/tp/pull/102),
[\#117](https://github.com/AY2122S1-CS2103T-T12-1/tp/pull/117),
[\#173](https://github.com/AY2122S1-CS2103T-T12-1/tp/pull/173),
[\#177](https://github.com/AY2122S1-CS2103T-T12-1/tp/pull/177))
* Wrote additional tests for existing and new features to increase coverage (Pull requests
* Wrote additional tests for existing and new features to increase coverage. (Pull requests
[\#106](https://github.com/AY2122S1-CS2103T-T12-1/tp/pull/106),
[\#109](https://github.com/AY2122S1-CS2103T-T12-1/tp/pull/109),
[\#113](https://github.com/AY2122S1-CS2103T-T12-1/tp/pull/113),
[\#117](https://github.com/AY2122S1-CS2103T-T12-1/tp/pull/117),
[\#177](https://github.com/AY2122S1-CS2103T-T12-1/tp/pull/177),
[\#228](https://github.com/AY2122S1-CS2103T-T12-1/tp/pull/228),
[\#281](https://github.com/AY2122S1-CS2103T-T12-1/tp/pull/281))
[\#281](https://github.com/AY2122S1-CS2103T-T12-1/tp/pull/281),
[\#327](https://github.com/AY2122S1-CS2103T-T12-1/tp/pull/327))

* **Documentation**:
* User Guide:
* Added documentation for the features `edit` and `Table of Content` (Pull requests
* Added documentation for the features `edit` and `Table of Content`. (Pull requests
[\#35](https://github.com/AY2122S1-CS2103T-T12-1/tp/pull/35),
[\#40](https://github.com/AY2122S1-CS2103T-T12-1/tp/pull/40),
[\#162](https://github.com/AY2122S1-CS2103T-T12-1/tp/pull/162),
[\#181](https://github.com/AY2122S1-CS2103T-T12-1/tp/pull/181),
[\#193](https://github.com/AY2122S1-CS2103T-T12-1/tp/pull/193),
[\#281](https://github.com/AY2122S1-CS2103T-T12-1/tp/pull/281))
* Added `Command Summary Table` (Pull requests
* Added `Command Summary Table`. (Pull requests
[\#44](https://github.com/AY2122S1-CS2103T-T12-1/tp/pull/44),
[\#46](https://github.com/AY2122S1-CS2103T-T12-1/tp/pull/46),
[\#47](https://github.com/AY2122S1-CS2103T-T12-1/tp/pull/47),
[\#162](https://github.com/AY2122S1-CS2103T-T12-1/tp/pull/162),
[\#181](https://github.com/AY2122S1-CS2103T-T12-1/tp/pull/181))
* Added documentation for the feature `Command History` (Pull request
* Added documentation for the feature `Command History`. (Pull request
[\#162](https://github.com/AY2122S1-CS2103T-T12-1/tp/pull/162),
[\#181](https://github.com/AY2122S1-CS2103T-T12-1/tp/pull/181))
* Added documentation for the feature `clear` (Pull request
* Added documentation for the feature `clear`. (Pull request
[\#181](https://github.com/AY2122S1-CS2103T-T12-1/tp/pull/181))
* Implemented `Dropdown List` (Pull requests
* Implemented `Dropdown List`. (Pull requests
[\#193](https://github.com/AY2122S1-CS2103T-T12-1/tp/pull/193),
[\#218](https://github.com/AY2122S1-CS2103T-T12-1/tp/pull/218))
* Other minor updates and formatting issues (Pull requests
* Other minor updates and formatting issues. (Pull requests
[\#225](https://github.com/AY2122S1-CS2103T-T12-1/tp/pull/225),
[\#226](https://github.com/AY2122S1-CS2103T-T12-1/tp/pull/226),
[\#234](https://github.com/AY2122S1-CS2103T-T12-1/tp/pull/234),
[\#281](https://github.com/AY2122S1-CS2103T-T12-1/tp/pull/281))
[\#281](https://github.com/AY2122S1-CS2103T-T12-1/tp/pull/281),
[\#328](https://github.com/AY2122S1-CS2103T-T12-1/tp/pull/328))
* Developer Guide:
* Added use cases of the feature `edit`. (Pull requests
[\#48](https://github.com/AY2122S1-CS2103T-T12-1/tp/pull/48),
Expand All @@ -81,11 +83,13 @@ Given below are my contributions to the project.
* Added implementation details of the feature `Command History`. (Pull requests
[\#165](https://github.com/AY2122S1-CS2103T-T12-1/tp/pull/165),
[\#200](https://github.com/AY2122S1-CS2103T-T12-1/tp/pull/200))
* Added `Table of Content` (Pull requests
* Added `Table of Content`. (Pull requests
[\#188](https://github.com/AY2122S1-CS2103T-T12-1/tp/pull/188),
[\#191](https://github.com/AY2122S1-CS2103T-T12-1/tp/pull/191))
* Implemented `Dropdown List` (Pull request
* Implemented `Dropdown List`. (Pull request
[\#191](https://github.com/AY2122S1-CS2103T-T12-1/tp/pull/191))
* Added details to test `edit` feature. (Pull request
[\#329](https://github.com/AY2122S1-CS2103T-T12-1/tp/pull/329))

* **Community**:
* PRs reviewed (with non-trivial review comments):
Expand Down

0 comments on commit 9c08bfc

Please sign in to comment.