chengseong / pe

0 stars 0 forks source link

Archiving a contact removes the group from it #12

Open chengseong opened 2 years ago

chengseong commented 2 years ago

In the persons list Roy is attached to team 2

image.png

However when he is archived, the group is removed.

image.png

And when he is unarchived, the group remains removed.

image.png

nus-pe-bot commented 2 years ago

Team's Response

This was intended. When you archive a person, you are saying that this person is no longer someone you are actively mentoring. The desired behaviour is for them to no longer show up in person lists or groups lists, so this data is removed from them. A natural side effect is that when they are unarchived they are no longer part of the group (but unarchiving is likely a rare behaviour and this is also conducive for if you need to add the mentee to new and different groups)

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: This was definitely not intended since archiving the entire list of people will not result in their group being removed.

image.png

Furthermore, if a person has 2 groups before being archived, archiving the contact will result in only 1 of the groups being removed.

image.png

image.png

So either there is a bug that is removing the group from the contact, or if removing the group is intended, there is a bug that is not removing the group from the contact.


:question: Issue type

Team chose [type.FeatureFlaw] Originally [type.FunctionalityBug]

Reason for disagreement: This is definitely a functionality bug.


:question: Issue severity

Team chose [severity.Low] Originally [severity.High]

Reason for disagreement: This should at least be of medium severity as it can affect users on a normal basis and confuse the user as to why some groups are being removed while some groups are not.