gseals / writersResort

Front-end capstone project for NSS Cohort Evening 10
https://writersresort-97d54.firebaseapp.com/auth
1 stars 0 forks source link

[stretch] User Profile - Update with accolades and accomplishments #9

Open gseals opened 4 years ago

gseals commented 4 years ago

User Story

As a user, I would like to be able to update certain aspects of my user profile like name or email address or profile picture along with writing accomplishments and accolades.

AC

WHEN I open my user profile THEN I should be able to add my experience and achievements AND have them display in my user profile.

Dev Notes

* `users.json`:
{
   "id": "id"
   "education/workshops": "education/workshops"
   "uid": "uid"
}
gseals commented 4 years ago

image

gseals commented 4 years ago

image

gseals commented 4 years ago

image

gseals commented 4 years ago

by clicking the see profile next to a user's username, you will be redirected to a page with their information. if it is your profile, you can edit this info. if it is not, you can only view it. if there is no profile, prompt user to enter this information