Skip to content

Commit

Permalink
Update ppp
Browse files Browse the repository at this point in the history
  • Loading branch information
tau-bar committed Nov 8, 2021
1 parent acfa701 commit c41aff6
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions docs/team/tau-bar.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,11 @@ title: Taufiq's Project Portfolio Page
---

### Project: gitGud
![gitGud logo](../images/gitgud.png)


gitGud is a **desktop application for storing and managing your friends' gaming information and schedules**.
It is dedicated to gamers like you and provides a gamer-themed experience with a focus on increasing your efficiency through
its typing-based interface.

Previously, keeping track of all of yours friends' gaming information and schedules can be difficult and time-consuming.
However, with gitGud, there is no need to get tilted (frustrated) by this anymore as gitGud provides you with a convenient
platform to manage essential gaming information of your fellow gamer friends.

Given below are my contributions to the project.

* **Code contributed**: [RepoSense link](https://nus-cs2103-ay2122s1.github.io/tp-dashboard/?search=tau-bar&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=MarcusTXK&tabRepo=AY2122S1-CS2103T-W13-4%2Ftp%5Bmaster%5D&authorshipIsMergeGroup=false&authorshipFileTypes=&authorshipIsBinaryFileTypeChecked=false)
Expand All @@ -32,8 +26,7 @@ Given below are my contributions to the project.
3. Added the ability to delete games in [PR#68](https://github.com/AY2122S1-CS2103T-W13-4/tp/pull/68).
- What it does: allows the user to delete a game from gitGud using the game's unique `GAME_ID`. `New Feature`
- Justification: This feature improves the product significantly because a user can easily delete a game from
gitGud in the event that they made a mistake in the details or simply wishes to remove a game because the
user no longer plays the game.
gitGud in the event that they wish to remove a game because the user no longer plays the game.
4. Restructured and styled the UI for v1.2, v1.3 and v1.4 to be in its current state with 2 lists, the friend list
and the game list, as well as a main card in the middle to display the requested information by the user in
[PR#145](https://github.com/AY2122S1-CS2103T-W13-4/tp/pull/145).
Expand Down Expand Up @@ -63,8 +56,8 @@ Given below are my contributions to the project.
* Developer Guide:
* Added user stories for gitGud in [PR#38](https://github.com/AY2122S1-CS2103T-W13-4/tp/pull/38) and
[PR#255](https://github.com/AY2122S1-CS2103T-W13-4/tp/pull/255)
* Added use cases for `friend --add`, `friend --list` and `game --list` feature in [PR#38](https://github.com/AY2122S1-CS2103T-W13-4/tp/pull/38)
* Added extensive implementation details for `friend --delete` and `game --delete` feature including
* Added use cases for features in [PR#38](https://github.com/AY2122S1-CS2103T-W13-4/tp/pull/38)
* Added extensive implementation details for delete features including
sequence diagrams in
[PR#184](https://github.com/AY2122S1-CS2103T-W13-4/tp/pull/184).
* Added instructions for manual testing in Appendix in
Expand Down

0 comments on commit c41aff6

Please sign in to comment.