nus-cs2103-AY2223S2 / pe-dev-response

1 stars 0 forks source link

Discrepancy between indexes of Commands Select vs Any Other Commands #3326

Open nus-pe-bot opened 1 year ago

nus-pe-bot commented 1 year ago

(EXTENSION FROM #2)

As reported in #2, using select after find uses the indexes of the main list, rather than what is shown in the current client list.

However, when using edit or delete after find, the indexing matches the search results of Find.

This discrepancy between indexing of different commands leads to the user selecting one profile, then editing a different profile. For example:

  1. User searches for Doe:

image.png

  1. User edits index 1, which correctly edits Jane Doe.
  2. User selects index 1, only to load Alex Yeoh's profile from the main list

image.png

Suggestion: To remove this discrepancy and make a consistent user experience, try to use the same/similar indexing even after Find.


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

anunayajoshi commented 1 year ago

Team's Response

No details provided by team.

Duplicate status (if any):

Duplicate of #3325