AY2122S2-CS2103T-W15-3 / tp

MIT License
0 stars 4 forks source link

[PE-D] Using edit and deletetg together after find. #111

Closed nus-pe-bot closed 2 years ago

nus-pe-bot commented 2 years ago

image.png

Ideally:

  1. Find Roy.
  2. Edit Roy telegram.
  3. Delete one of Roy's tutorial group.

In actuality:

  1. Find Roy.
  2. Edit Roy telegram.
  3. Find Roy.
  4. Delete one of Roy's tutorial group.

You would have to find Roy again between step 2 and 3 since the application relists and sorts all students after edit. Should not automatically do that after each edit and deletetg command. It would be necessary to find in a larger dataset thus it would be painful.


Labels: type.FeatureFlaw severity.Medium original: lawwm/ped#5