Demonshaha / pe

0 stars 0 forks source link

problems adding flight #10

Open Demonshaha opened 2 years ago

Demonshaha commented 2 years ago

image.png the program should allow user adding same flight number, it is possible that for different weeks we have the same flight number for a flight, however, when I adding the flights I gave different dates but it refuse me to do so. This can affect the experience of users because they cannot store same flight number in the storage

nus-pe-bot commented 2 years ago

Team's Response

Thank you for pointing out. However, we design the flight ID to uniquely distinguish different flight routes. If the recursive flight routes share the same ID, it is hard to individually manage and book them.

Items for the Tester to Verify

:question: Issue response

Team chose [response.NotInScope]

Reason for disagreement: Thanks for your reply, in the real world the flight routes really share the same ID, and it is not difficult to check if they are at the same week or not, can check the date of the flight to know if it is the same week.