Open joshua-tyh opened 1 year ago
Noted with the following, but I believe it should be severity. Low, as this flaw is unlikely to affect normal operations of the product. Appears only in very rare situations and causes a minor inconvenience only. The first time when the user uses the application with CLI. With Error message, user should be able to handle.
Team chose [type.DocumentationBug
]
Originally [type.FeatureFlaw
]
Reason for disagreement: [replace this with your explanation]
Steps to reproduce:
Expected: Creates a new Medical Certificate for patient at index 1 issued by Dr Tan for 1 day.
Actual: Error is thrown for incorrect command format and requests for the optional Medical Condition field to be provided.
Screenshot:
As stated in the UG, the command for the input into the command line should be of the following format:
"create INDEX doc/DOCTOR_NAME [m/MEDICAL_CONDITION] d/DAYS"
It also states explicitly that the Medical Condition field is an optional field.
However, when attempting to create an MC for an existing patient without the optional field, an error is being thrown.