Open jiangweichen835 opened 2 years ago
The fields are meant for names of places. It does not make sense to check user's input for these fields as these inputs can be highly diversified. For example, countries can have very long names or users might want to earmark the countries with a description ("aaaaaaaaa"). As a programmer we should not reject these inputs.
Furthermore, the severity should not be labelled as medium as this is a flaw that is unlikely to affect normal operations of the product. Appears only in very rare situations and causes a minor inconvenience only.
Team chose [response.Rejected
]
Reason for disagreement: [replace this with your explanation]
Team chose [severity.Low
]
Originally [severity.Medium
]
Reason for disagreement: [replace this with your explanation]
Command used: add -f f003 /d aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa /dd 2/5/22 11:00 /r aaaaaaaaaaaaaaaaaaaaaaaaaaaa /rd 15/5/22 23:00 Flight has been added: Flight ID: f003 Departure Flight: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa, 2/5/22 11:00 Return Flight: aaaaaaaaaaaaaaaaaaaaaaaaaaaa, 15/5/22 23:00
There is no limit checks for flight name, and I can input the same flight name for departure and return flights.