nus-cs2103-AY2425S1 / pe-dev-response

0 stars 0 forks source link

Should include partial finding of name #3678

Open nus-pe-bot opened 1 week ago

nus-pe-bot commented 1 week 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.


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

EthanLoww 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.

Duplicate status (if any):

--