BekahT / VetApp

A Java desktop application to be used in a veterinarian's office for managing clients, pets, and appointments.
0 stars 0 forks source link

Search Pets #15

Closed BekahT closed 4 years ago

BekahT commented 4 years ago

Staff can search for an existing pet.

BekahT commented 4 years ago
cp-umuc commented 4 years ago

Functionality appears to work. 1) Can we add some of the default data for SQL including at least two pets with the same name for my test case write up (want the prof to be able to run any test cases using existing data)? 2) This search has the same issue as the Client search where the criteria is saved even after the user leaves the tab. We should clear the search criteria when we go to a different dashboard. 3) Do we want to have a No Results Found message if there are no matches to the search criteria?

cp-umuc commented 4 years ago

Are we going to keep the date of birth search criteria? It wasn't included in the original plan so I'll need to add a test case for it if we are - just let me know.

BekahT commented 4 years ago
  1. Added data.
  2. There don't seem to be event listeners for switching tabs. Need to investigate further.
  3. Added no results message. Dialogue says no results and table is not changed.
  4. Removed dob search field and updated references in code.