Closed vpchung closed 3 years ago
@vpchung I made a few cosmetic changes to the User schemas - changes inspired from Schemas.org and GitHub, otherwise it's good to go. I'll use this User schemas to update the API service. On the web app side, the User schemas will allow us to start working on the user profile page and add features like favorite challenges.
This PR addresses #120,. specifically:
role
id
,description
,verified
,profileImageUrl
components/parameters/
For convenience, the updated User schema now looks like this:
and the updated path is:
where
{user}
can either be UserId or Username.