-
Add username to prisma User schema
-
Search component
- Implement component using HeadlessUI Autocomplete
- Styles should roughly match figma design
- Search users enpoint onChange
- Selecting user should push to
/users/:id
- Place component in navbar and / or
/users
page
-
Search users endpoint
- Take string as input
- Regex search users with username that matches input
- Returns array of users that match input
-
Create
/users/:id
page- Should roughly resemble Profile page