HelloMum / COMP47360-Smart-Tourist-Guide

GNU General Public License v2.0
2 stars 0 forks source link

Scheduling issue when only one item per day #120

Open HelloMum opened 3 months ago

HelloMum commented 3 months ago

image

Issue Description:

When there is only one item scheduled per day, the schedule system defaults to placing the item at the first slot (9am).

Steps to Reproduce:

Schedule only one item for a specific day. Observe that the item is scheduled at 9am regardless of other available slots.

Expected Behavior:

The system should allow more flexibility in scheduling when only one item is present for a day, possibly considering other available slots or allowing customization of the scheduled time.

Actual Behavior:

The item is always scheduled at 9am when there is only one item for the day.

Objetives

Modify the scheduling logic to consider alternative slots or provide an option for users to specify the time when scheduling a single item for a day.