Open vinceg4 opened 2 weeks ago
Thank you for your feedback! Our team will enhance the product to sort automatically after a field is editing in the upcoming future! This is a duplication of the bug #940 and #958 as this bug could be fixed by fixing the same feature.
[The team marked this bug as a duplicate of the following bug]
Sorting is not updated after editing parameter
Steps to recreate: Use the sample data list
- sort by\name
- edit s00003 n\Hello
Expected: list will either reset and inform user or update the sorted list based on the new name
Actual: the list stays the same
[original: nus-cs2103-AY2425S1/pe-interim#1307] [original labels: type.FeatureFlaw severity.Low]
[This is the team's response to the above 'original' bug]
Thank you for your feedback! Our team missed out on sorting the app after editing happen. We would consider fixing this in the upcoming releases!
Items for the Tester to Verify
:question: Issue duplicate status
Team chose to mark this issue as a duplicate of another issue (as explained in the Team's response above)
Reason for disagreement: [replace this with your explanation]
Steps to reproduce:
sort by\yearGroup
edit S00003 yg\2
When the app is in the sorted view, editing the yeargroup of a student does not update this sorted view, which gives something like this:
Notice how "Charlotte" is above the other year 1 students even though she has been edited to have be year 2. Users would need to input a
sort by\yearGroup
command again to fix this.