ckcherry23 / pe

0 stars 0 forks source link

t/ for addtag and delete tag not required #7

Open ckcherry23 opened 2 years ago

ckcherry23 commented 2 years ago

Repetitive

soc-pe-bot commented 2 years ago

Team's Response

The t/ in the commands are used as a separator so that multiple tags can be deleted/added. For instance addtag 1 t/programmer t/basketball lover would append the tags "programmer" and "basketball lover" to the first contact in the list. On the other hand, deletetag 1 t/programmer t/basketball lover would delete the tags "programmer" and "basketball lover" from the first contact in the list. Without using the t/ prefix, users would not have the ability to add/delete multiple tags in a single command.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: [replace this with your explanation]