ReubenTeng / pe

0 stars 0 forks source link

No warning for clashing itineraries #7

Open ReubenTeng opened 3 years ago

ReubenTeng commented 3 years ago

How to reproduce:

  1. Create an itinerary.
  2. Create another itinerary such that the startdate of the second itinerary is before the enddate of the first.

Expected:

  1. App should warn the user that the new itinerary has an overlap with the first itinerary.

Actual:

  1. Second itinerary created with no issue.

image.png

This is a feature flaw as it doesn't fit the purpose of this app, which is to help travellers manage their itinieraries better.

nus-pe-bot commented 3 years ago

Team's Response

Let's say I have a grand itinerary for Japan. But, within that I also want to create sub-itineraries for Tokyo, Hokkaido etc. In that case, I cannot create the Japan itinerary and the Tokyo itinerary as they will clash. We prioritise flexiblity for the users as we believe that they are correct and they know what they are doing.

In fact, we have stated in our UG that only itineraries of the same name, start date and end date cannot be created. This means that if any one of the three values are different, the itinerary will be valid.

image.png

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: [replace this with your explanation]