phylogeny-explorer / explorer

The Phylogeny Explorer is a navigable, online encyclopaedia of the entire evolutionary tree of life.
https://phylogenyexplorerproject.com/
Other
23 stars 11 forks source link

User Profile #26

Open i2xzy opened 5 years ago

i2xzy commented 5 years ago

Casey Trimm 5 months ago Create a way for a user to update their personal information. We may want to also add the option to upload an avatar. Some of this info may be shown in their profile and when their name shows up on clades they've edited.

i2xzy commented 5 years ago

Casey Trimm 2 months ago A user should be able to update:

Please look into the possibility of uploading an avatar - it does not have to be done immediately, but a plan of attack would be nice. Perhaps we can use our S3 bucket.

bluerid commented 5 years ago

As far as I can see, user's profile details can be updated using PUT /users/:userId endpoint. @i2xzy Could you explain more?

c-trimm commented 5 years ago

@bluerid, we need the UI created in the user settings panel for users to update this information. A simple form should do. Check out the sign up form for an example of how to build forms with react and react-bootstrap.