Skip to content

Commit

Permalink
Merge pull request #219 from reetmitra/ppp
Browse files Browse the repository at this point in the history
Create my own ppp file to include contributions
  • Loading branch information
E0735389 authored Apr 16, 2024
2 parents ae2ae3a + c66c3d8 commit 3881d5b
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions docs/team/reetmitra.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
layout: page
title: Mitra Reet's Project Portfolio Page
---

## Project: NUSContacts

NUSContacts is a desktop app designed for NUS Students, offering a streamlined way to manage their academic contacts with ease.

Given below are my contributions to the project:

### Code contributed
You can find the overall code using this [RepoSense link](https://nus-cs2103-ay2324s2.github.io/tp-dashboard/?search=reetmitra&breakdown=true&sort=groupTitle%20dsc&sortWithin=title&since=2024-02-23&timeframe=commit&mergegroup=&groupSelect=groupByRepos&checkedFileTypes=docs~functional-code~test-code~other).

### New features
* Added new `copy` command.
([#136](https://github.com/AY2324S2-CS2103T-T11-2/tp/pull/136){:target="_blank"})
* **What it does**: The `copy` command allows users to copy the email ID of a contact at a certain index to their clipboard. The command format is `copy INDEX`, where `INDEX` is the position of the contact in the list.
* **Impact**: This feature enhances the user experience by providing a quick and easy way to copy a contact's email ID, which can be particularly useful when the user needs to send an email to a contact.
* **Possible improvements**: In the future, this feature could be extended to allow copying other contact details such as phone numbers or addresses.

### Team-based tasks
* Helped update the AboutUs.md file.
([#26](https://github.com/AY2324S2-CS2103T-T11-2/tp/pull/26){:target="_blank"})
* Helped update the `.puml` file.
([#72](https://github.com/AY2324S2-CS2103T-T11-2/tp/pull/72){:target="_blank"})
* Helped fix skipped tests to ensure they are passing.
([#120](https://github.com/AY2324S2-CS2103T-T11-2/tp/pull/120){:target="_blank"})

### Documentation
* User Guide:
* Updated the `copy` command documentation.
([#136](https://github.com/AY2324S2-CS2103T-T11-2/tp/pull/136){:target="_blank"})
* Updated the UG after PE-D issues were assigned to me.
([#198](https://github.com/AY2324S2-CS2103T-T11-2/tp/pull/198){:target="_blank"})

0 comments on commit 3881d5b

Please sign in to comment.