ElysiaTanZY / pe

0 stars 0 forks source link

Confusing result #15

Open ElysiaTanZY opened 4 years ago

ElysiaTanZY commented 4 years ago

After I deleted person with id 1 using the person_delete command, filtering by user works meaning no person with id 1 is being displayed. However, when i do searching over user ID 'id is 1' there are still people with id 1.

nus-pe-bot commented 4 years ago

Team's Response

Invalid issue.

id is 1 searches the pings database for any trace records of user id 1. This is historical data that should be immutable, even if users have been purged from the system.

Deletion of user id 1 only removes user id 1's trace in the persons database. These 2 databases are separate entities.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: [replace this with your reason]