nus-cs2103-AY2122S1 / pe-dev-response

0 stars 0 forks source link

Filter of lessons does not reset when student is added #3170

Open nus-pe-bot opened 2 years ago

nus-pe-bot commented 2 years ago

Steps to reproduce:

  1. filter g/p2 - All P2 Students and Lessons shown
  2. add n/Tom p/98765432 e/gmail@gmail.com a/123 g/p2 - Adds a P2 Student, Students' list filter is reset but not lesson list's filter

Expected: Lessons' list should be reset as well when student list's filter is reset.

Screenshot 2021-11-12 at 5.00.34 PM.png


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

eezj35 commented 2 years ago

Team's Response

we designed our app to only refresh one list depending on what entity (student or lesson) is being added. Hence we feel your concern is more of a feature flaw rather than a functionality bug. We decided to change the severity to low, as in our consideration, we think that it is a rare occurrence that our target user would want both the relevant panels to change when adding either entity.

Duplicate status (if any):

--