david-fisher / 320-S20-Track2

Integration Track 2
BSD 3-Clause "New" or "Revised" License
6 stars 0 forks source link

A User Inputs Support Tags #15

Open JonathanSigel2000 opened 4 years ago

JonathanSigel2000 commented 4 years ago

Mabel needs a specific kind of supporter - she wants interview help with someone who has experience with technical interviews. She logs into the Support Platform off the main page log-in link. She is redirected to a main portal. She selects the “Find A Supporter” button. A form appears, asking her to input a series of tags that relate to what she is seeking. For this specific appointment, she wants Technical Interview help. She scrolls through the list until she reaches the letter T, and selects Technical Interview. She also desires her supporter to be savvy with Java, as that is what the interview pertains to, so she adds the Java tag. Being the second tag in her list, it is given less priority than the Technical Interview tag in the matching algorithm. With all of her tags inputted, she hits Search and is provided with a list of Supporters with specialization in that field.

coffincw commented 4 years ago

The front end needs to include a search bar to filter tags by containing the inputted string.

This wasn't completed due to the CORS errors slowing down getting the backend data, covid, and issues with basic filtering we encountered.