AY2324S2-CS2103T-W12-1 / tp

https://ay2324s2-cs2103t-w12-1.github.io/tp/
MIT License
0 stars 4 forks source link

[PE-D][Tester D] Schedule based on priority #173

Closed nus-se-script closed 5 months ago

nus-se-script commented 5 months ago

Let's say I want to add schedules based on clients' priority, from top priority to low priority. After I have sorted the list,

image.png

And scheduled the first person Roy, the sorted list is gone. image.png

Suggestion: It would be more optimised if the sorted list remains so users don't need to keep sorting the list every time.


Labels: type.FeatureFlaw severity.Low original: ziyi22/ped#12

getsquared commented 5 months ago

Not allowed to fix