Closed okjuan closed 7 years ago
Does this code work?
@hwkr Yes, it is tested. I looked at the React elements and console as I made changes and checked that the new data was saved by going to the corresponding /site page.
...except that new changes were pushed to develop since my testing. Status TBD.
Okay, what does the data look like for team people right now?
Not terribly proud of the structure -- could have just been a list. The keys in the team
object are arbitrary: they are just iterated over.
site: {
sections: {
...
team: {
person1: {
name: "Michael Scarn"
position: "Regional Manager"
email: "thatswhatshesaid@uvic.ca"
}
person2: {
...
}
...
}
}
}
Okay, let's make it a list the while we're still working on it?
resolves #95 resolves #93