User Story
As a teacher, so I can find students to add to my cohort, I want to search for students by name.
- Search input to enter a user's first name
- Shows a list of results
- Clicking on a result takes the user to that profile
Tasks
- Client side will already have all users fetched from
/user endpoint
- When teacher clicks on user, user profile is fetched from server on page load from
get /user/:id endpoint.
- Responses