nus-cs2103-AY2324S2 / pe-dev-response

0 stars 0 forks source link

No way to view all reminders #4444

Open nus-se-script opened 3 months ago

nus-se-script commented 3 months ago

The reminder command should provide the functionality to look at all reminders as people may want to look at all of them regardless of their due date. It might also be necessary for them to look at the reminders in ascending order to see which they have to tackle first in the next few days. Since they are students with busy timetables it seems like it is necessary that reminders be ordered in some order


[original: nus-cs2103-AY2324S2/pe-interim#3693] [original labels: severity.Low type.FeatureFlaw]

eunrcn commented 3 months ago

Team's Response

Dear Tester, thank you for the report.

  1. To be able to look at all the interviews, simply use our filter t/I command to filter by tag, Interview.

  2. Reminder was made with simplicity in mind; meaning, it will take in an integer like reminder INT . To be able to look at all the reminders regardless of due date, reminder 365 will suffice as it shows all upcoming interviews in the next year. Should there be any interviews past the year, reminder 730 would make the cut.

  3. Our list, at any given time, be it before or after "reminder" command was executed, or any other command, would be sorted dynamically by ascending order of interview date to see which they have to tackle first in the next few days. Thanks to our amazing team.

Duplicate status (if any):

--