Open leongdl135 opened 1 year ago
This command falls under the sort time command, fixing the sort time command will fix both of these bugs by ascending and descending.
[The team marked this bug as a duplicate of the following bug]
sort time d
not workingSteps to reproduce:
- Type
sort time d
Expected: Sorted by latest to earliest.
However,
As we can see, tasks in 2022 are shown before tasks in 2023.
[original: nus-cs2103-AY2223S1/pe-interim#2864] [original labels: severity.Medium type.FunctionalityBug]
[This is the team's response to the above 'original' bug]
No details provided by team.
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 time a
Expected:
I would expect that the time would be sorted accordingly, however, lets take a look at index 4, the time has not been sorted properly. The next event is in 2022, however, events in 2023 are prioritized above it. This is dangerous for users who might miss their assignments since they did not see the time properly.
Outcome: