Open joeng03 opened 11 months ago
Not in scope as it is not a priority of our product to do type validation against valid medication names. At this stage, and given the constraints, we are allowing users to input any names that they type. We decided not to restrict it to valid drug names as users may have their own preferred way of remembering and tracking their medication names.
Team chose [response.NotInScope
]
Reason for disagreement: [replace this with your explanation]
When using the
cfdg/
prefix to add or edit prescriptions in the system, there is no way to validate against any type of user input whatsoever. This could be the source of a lot of bugs due to data entry errors as the application scales. One approach could be to create another model for BayMeds to store valid drugs (with valid names) and check whether the conflicting drugs entered exists in the current list of valid drugs under BayMeds.