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
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.
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
[original: nus-cs2113-AY2122S2/pe-interim#172] [original labels: type.FeatureFlaw severity.High]