csudh / toro-net

social networking bulletin board system
MIT License
2 stars 32 forks source link

Endpoint to provide user details on hovering over username #20

Open Janani1989 opened 6 years ago

Janani1989 commented 6 years ago

Do we need a separate endpoint to provide a user's information when another user hovers over his/her name? Or we can use the endpoint /users/ which reads a user information based on uuid. The server provides all information in the database about that user . Frontend team can decide to show only the attributes that you think are required.