codeforbtv / courtbot-vt-frontend

1 stars 1 forks source link

Large result sets of docket numbers matching user input result in the app sending no SMS message #14

Open NathanWEdwards opened 2 years ago

NathanWEdwards commented 2 years ago

When a partial case number matches with a ‘large’ number of cases the application may not provide a response.

Steps to recreate the issue:

  1. Text ‘21-CV-0’ to (802) 760 2922.

Given a user has supplied a string that has several matches, When a 'threshold' of matches are met, The application should provide a response.

Acceptance criteria: A valid partial case number having ‘too many’ matches results in the application sending a message to the user indicating as such.