bdkiran / lastimados-app

lastimados.com Website Frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create Profile Component

bdkiran opened this issue · comments

commented

Profile should be able to display information about certain users.

  • Avatar
  • Bio
  • website link
commented

For this to be programmatically done, this needs to be edited in the database and the API.
Currently the API does not serve avatar photo or profile descriptions.

Avatar
For beta test what we can do, is store different variations of the avatar picture on the front end, then have a reference in the DB to one of those images. The API will let the front end know which avatar to show. This will make for a more seamless transition to customizing profile pictures.

Description
This field need to be added to the database, for now we can lit it be free text.