IanCheah / pe

0 stars 0 forks source link

Should include partial finding of name #5

Open IanCheah opened 2 weeks ago

IanCheah commented 2 weeks ago

Currently, the find command only allows us to find a student successfully if I find the student according to his or her full name saved in the contact book.

Screenshot 2024-11-15 165923.png Say I want to find Bernice Yu, the command find n/Bern will not return any student as shown in the screenshot below.

Screenshot 2024-11-15 170249.png

This can result in huge inconvenience for the tutor if say the tutor has large number of students and suppose a student just joined but the tutor forgot about the student's name. Or if the tutor only remembers that the student's name starts with B.

nus-pe-script commented 1 week ago

Team's Response

image.png

We made it clear here that we only support finding using any word (whole word) in their name. As such, the teacher does not remember the full name of the student.

image.png Hence not in scope, since our UG does not say that partial searches are supported.

Items for the Tester to Verify

:question: Issue response

Team chose [response.NotInScope]

Reason for disagreement: [replace this with your explanation]