nus-cs2103-AY2223S1 / pe-dev-response

0 stars 0 forks source link

Unable to add schedule with long duration #4334

Open nus-pe-bot opened 2 years ago

nus-pe-bot commented 2 years ago

The app doesn't allow user to add schedule with more than 3 hours duration. However, there is actually some course in NUS where the lecture's duration is more than 3 hours (Take CS3233 for example)

image.png


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

myangat0343 commented 2 years ago

Team's Response

In fact, for almost all the modules, the duration is less than 3 hours. There are few modules with such a long duration (e.g. more than 3 hours). To better implement the Timetable feature(which shows all schedules visually), we add constraints on the duration of module schedule.

To solve the problem you mentioned, our product supports using multiple small-duration schedules to cover the previous long-duration schedule. In this way, we didn't consider it as FeatureFlaw : )

In your example, you can add two schedules with the duration(13:00-15:00 and 15:00-17:00) and other same information to solve this problem.

image.png

Duplicate status (if any):

--