Open nus-se-script opened 1 day ago
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:
Hence this issue is rejected as the tester was mistaken about the features our product offers.
--
Description
If I want to remove members from a group, I need to:
listGroups
and remember the nameslist
to find the names and corresponding indicesremoveFromGroup g/GROUPNAME m/INDICES
to remove themsearch n/PERSONNAME
followed by aremoveFromGroup 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 groupPotential 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 andlist
to find indices.[original: nus-cs2103-AY2425S1/pe-interim#478] [original labels: severity.Medium type.FeatureFlaw]