Geek-Collectors-Network / geek-collectors-network

0 stars 2 forks source link

Create "Search Users" page #159

Open FoRVaiS opened 6 months ago

FoRVaiS commented 6 months ago

Description

Create a "Search Users" page where the user can:

  1. Enter a text search query
  2. Open a modal (or dropdown) of filters (Users, Location, Interests, Degrees)
    • Users: Likely a toggle button
    • Location: NEEDS CLARIFICATION Converts text field to dropdown or do text matching in API?
    • Interests: A dropdown of interests pulled from the API
  3. View a scrollable list of users that match the query

Users and Location are mutually exclusive of each other, selecting one will un-select the other. However, interests can included with either option.

Technical

View #134 for the API request and response formatting structure.

  See feature post above for more details.