nus-cs2103-AY2425S1 / pe-dev-response

0 stars 0 forks source link

Too Complicated Flow to Remove People from Groups #1123

Open nus-se-script opened 1 day ago

nus-se-script commented 1 day ago

Description

If I want to remove members from a group, I need to:

  1. Check who are in what group by listGroups and remember the names
  2. list to find the names and corresponding indices
  3. Use command removeFromGroup g/GROUPNAME m/INDICES to remove them
  4. Alternatively I can use search n/PERSONNAME followed by a removeFromGroup g/GROUPNAME m/INDICES and here the index will be the one from the search result. This step is easier but can only allow me to delete people one by one from a group

Potential Solution

The UI of people's list may include their groups as well, so that I can remove people without constantly jumping from listGroups to check names and list to find indices.


[original: nus-cs2103-AY2425S1/pe-interim#478] [original labels: severity.Medium type.FeatureFlaw]

seah-minlong commented 16 hours ago

Team's Response

To easily remove members from the group, Tester missed out that you can do search g/GROUPNAME then he can remove people from the group. There is no need for the user to remove people while "constantly jumping from listGroups to check names and list to find indices."

This tip is included in our UG:

image.png

Hence this issue is rejected as the tester was mistaken about the features our product offers.

Duplicate status (if any):

--