jaredbswll / RateMyProfessor

0 stars 1 forks source link

Implement Ability to Search #27

Closed MasonWindus closed 6 years ago

MasonWindus commented 6 years ago

Allow users to click any button (a-z) and it will search through professors based on the letter they pressed by first name. This functionality will only search through string array in onboard resource file.

Task Test: 1.) Open application 2.) Click on search by professor 3.) Click on any button 4.) Observe that it gets the right professors by matching the letter with the first letter in professors first name

J-Unit Test: