nus-cs2103-AY2425S1 / pe-dev-response

0 stars 0 forks source link

New addition is done in the middle of the list #3651

Open nus-pe-bot opened 2 weeks ago

nus-pe-bot commented 2 weeks ago

When adding a new person, they are added at a random position in the list (alphabetical order). As a new user, I dont know that the display is sorted alphabetically, I would be confused as to whether my person is added or not.

Screenshot 2024-11-15 at 4.17.55 PM.png

Suggestion: Mention in the UG that the list is sorted alphabetically or just simply add a new person to the top or bottom of the list.


[original: nus-cs2103-AY2425S1/pe-interim#3103] [original labels: severity.Medium type.FunctionalityBug]

wkxcass commented 2 weeks ago

Team's Response

Thanks for pointing that out! We didn't properly document that our app automatically sorts participants based on lexicographical order of names, hence we are accepting this as a documentation bug.

We have also set the severity as low, since upon quick observation, a user could easily figure out the app's sorting criteria.

Duplicate status (if any):

--