csci312-s21 / project-banana-bandicoot

project-banana-bandicoot created by GitHub Classroom
0 stars 1 forks source link

Combine user data #87

Closed Danielbrey closed 3 years ago

Danielbrey commented 3 years ago

I combined the users.json and profile.json into one dataset containing people's data. I also changed the useStates that used users.json to use profiles.json instead (user "a" is the initial user for now, and their data will possibly stay up now matter who logs in). I also changed the variable "person" that ProfilePage.js took in to be the data of that person instead of the number name they are in the list.

corey-scheinfeld commented 3 years ago

Will be helpful for creating database.